Skip to content

Commit

Permalink
Update odin-core to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed Sep 8, 2024
1 parent 585070a commit 276109c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object ProjectDependencies {
private val munitEffectVersion = "2.0.0"
private val slf4Version = "2.0.16"
private val log4catsVersion = "2.7.0"
private val odinVersion = "0.13.0"
private val odinVersion = "0.14.0"
private val http4sVersion = "0.23.27"
private val fs2Version = "3.11.0"
private val scalacheck = "1.18.0"
Expand Down Expand Up @@ -85,7 +85,7 @@ object ProjectDependencies {

object Odin {
lazy val dedicated: Seq[ModuleID] = List(
"com.github.valskalla" %% "odin-core" % odinVersion
"dev.scalafreaks" %% "odin-core" % odinVersion
)
}

Expand Down

0 comments on commit 276109c

Please sign in to comment.