Skip to content

Commit

Permalink
Update natchez-core, natchez-jaeger, ... to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Aug 29, 2024
1 parent b0fe0fe commit 30fd4a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ lazy val `http4s-consul-middleware` = crossProject(JSPlatform, JVMPlatform)
"org.typelevel" %%% "case-insensitive" % "1.4.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.typelevel" %%% "cats-mtl" % "1.5.0",
"org.tpolecat" %%% "natchez-core" % "0.3.5",
"org.tpolecat" %%% "natchez-mtl" % "0.3.5",
"org.tpolecat" %%% "natchez-noop" % "0.3.5",
"org.tpolecat" %%% "natchez-core" % "0.3.6",
"org.tpolecat" %%% "natchez-mtl" % "0.3.6",
"org.tpolecat" %%% "natchez-noop" % "0.3.6",
"org.typelevel" %%% "log4cats-noop" % log4catsVersion % Test,
"org.http4s" %%% "http4s-ember-client" % http4sVersion % Test,
"org.http4s" %%% "http4s-dsl" % http4sVersion % Test,
Expand All @@ -79,12 +79,12 @@ lazy val `http4s-consul-middleware` = crossProject(JSPlatform, JVMPlatform)
)
.jvmSettings(
libraryDependencies ++= Seq(
"org.tpolecat" %%% "natchez-jaeger" % "0.3.5" % Test,
"org.tpolecat" %%% "natchez-jaeger" % "0.3.6" % Test,
)
)
.jsSettings(
libraryDependencies ++= Seq(
"org.tpolecat" %%% "natchez-noop" % "0.3.5" % Test,
"org.tpolecat" %%% "natchez-noop" % "0.3.6" % Test,
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0" % Test,
"io.github.cquiroz" %%% "scala-java-time-tzdb" % "2.6.0" % Test,
)
Expand Down

0 comments on commit 30fd4a6

Please sign in to comment.