Skip to content

Commit

Permalink
Update odin-core to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe-steward[bot] committed Nov 3, 2024
1 parent 925cbdc commit d3535c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Dependencies {
val natchez = "0.3.5"
val natchezHttp4s = "0.5.0"
val neutron = "0.8.0"
val odin = "0.13.0"
val odin = "0.15.0"
val redis4cats = "1.7.1"
val refined = "0.11.1"

Expand Down Expand Up @@ -81,7 +81,7 @@ object Dependencies {

val monocleCore = Def.setting("dev.optics" %%% "monocle-core" % V.monocle)

val odin = "com.github.valskalla" %% "odin-core" % V.odin
val odin = "dev.scalafreaks" %% "odin-core" % V.odin

// only for ember
val log4catsNoop = "org.typelevel" %% "log4cats-noop" % V.log4cats
Expand Down

0 comments on commit d3535c8

Please sign in to comment.