Skip to content

Commit

Permalink
Bump odin to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Feb 11, 2021
1 parent 4d56691 commit 6bb2002
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 @@ -74,7 +74,7 @@ val commonSettings = List(
"org.typelevel" %% "cats-effect" % "2.3.1",
"org.typelevel" %% "cats-tagless-macros" % "0.12",
"co.fs2" %% "fs2-core" % "2.5.0",
"com.github.valskalla" %% "odin-core" % "0.10.0",
"com.github.valskalla" %% "odin-core" % "0.11.0",
"io.circe" %% "circe-core" % "0.13.0",
"com.github.julien-truffaut" %% "monocle-macro" % "2.1.0",
"com.disneystreaming" %% "weaver-framework" % "0.5.1" % Test,
Expand Down Expand Up @@ -152,8 +152,8 @@ lazy val pitgull =
"io.estatico" %% "newtype" % "0.4.4",
"io.scalaland" %% "chimney" % "0.6.1",
"io.chrisdavenport" %% "cats-time" % "0.3.4",
"com.github.valskalla" %% "odin-core" % "0.10.0",
"com.github.valskalla" %% "odin-slf4j" % "0.10.0",
"com.github.valskalla" %% "odin-core" % "0.11.0",
"com.github.valskalla" %% "odin-slf4j" % "0.11.0",
"io.github.vigoo" %% "prox" % "0.5.2"
)
)
Expand Down

0 comments on commit 6bb2002

Please sign in to comment.