Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update odin-core, odin-slf4j to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 2, 2024
1 parent 5ecff7e commit e827cef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ val commonSettings = List(
"org.typelevel" %% "cats-core" % "2.7.0",
"org.typelevel" %% "cats-effect" % "3.3.14",
"co.fs2" %% "fs2-core" % "3.2.14",
"com.github.valskalla" %% "odin-core" % "0.13.0",
"dev.scalafreaks" %% "odin-core" % "0.14.0",
"io.circe" %% "circe-core" % "0.14.2",
"dev.optics" %% "monocle-core" % "3.1.0",
"com.disneystreaming" %% "weaver-cats" % "0.7.13" % Test,
Expand Down Expand Up @@ -191,8 +191,8 @@ lazy val pitgull =
"org.http4s" %% "http4s-blaze-client" % "0.23.11",
"is.cir" %% "ciris" % "2.3.3",
"io.chrisdavenport" %% "cats-time" % "0.4.0",
"com.github.valskalla" %% "odin-core" % "0.13.0",
"com.github.valskalla" %% "odin-slf4j" % "0.13.0",
"dev.scalafreaks" %% "odin-core" % "0.14.0",
"dev.scalafreaks" %% "odin-slf4j" % "0.14.0",
"io.github.vigoo" %% "prox-fs2-3" % "0.7.7",
"io.circe" %% "circe-literal" % "0.14.2" % Test
)
Expand Down

0 comments on commit e827cef

Please sign in to comment.