Skip to content

Commit

Permalink
Update kittens to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
permutive-steward[bot] committed Sep 15, 2024
1 parent 8842b66 commit 65ededa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val documentation = project

lazy val `odin-dynamic` = module
.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.12.0")
.settings(libraryDependencies += "org.typelevel" %% "kittens" % "3.3.0")
.settings(libraryDependencies += "org.typelevel" %% "kittens" % "3.4.0")
.settings(libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.4")
.settings(libraryDependencies += "dev.scalafreaks" %% "odin-core" % "0.14.0")
.settings(libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % "3.5.4" % Test)
Expand Down

0 comments on commit 65ededa

Please sign in to comment.