Skip to content

Commit

Permalink
Merge pull request #1090 from scala-steward/update/tagging-2.3.0
Browse files Browse the repository at this point in the history
Update tagging to 2.3.0
  • Loading branch information
mergify[bot] authored Mar 19, 2021
2 parents 32629ff + 512f536 commit 0e37b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ lazy val tests: ProjectMatrix = (projectMatrix in file("tests"))
libraryDependencies ++= Seq(
"io.circe" %%% "circe-generic" % Versions.circe,
"com.beachape" %%% "enumeratum-circe" % Versions.enumeratum,
"com.softwaremill.common" %%% "tagging" % "2.2.1",
"com.softwaremill.common" %%% "tagging" % "2.3.0",
scalaTest.value,
"com.softwaremill.macwire" %% "macros" % "2.3.7" % "provided",
"org.typelevel" %%% "cats-effect" % Versions.catsEffect
Expand Down

0 comments on commit 0e37b72

Please sign in to comment.