Skip to content

Commit

Permalink
Merge pull request #110 from scala-steward/update/cats-effect-3.5.2
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.2
  • Loading branch information
fwbrasil authored Oct 4, 2023
2 parents f0a6f1c + e99d160 commit f7977d8
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 @@ -226,7 +226,7 @@ lazy val `kyo-bench` =
.settings(
`kyo-settings`,
`without-cross-scala`,
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.1",
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.2",
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
libraryDependencies += "dev.zio" %% "zio-concurrent" % zioVersion
// libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.12"
Expand Down

0 comments on commit f7977d8

Please sign in to comment.