Skip to content

Commit

Permalink
Merge pull request #41 from scala-steward/update/cats-effect-3.5.1
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.1
  • Loading branch information
Alexey-Yuferov committed Sep 25, 2023
2 parents 9f36e2e + 0e29967 commit d3215c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -27,7 +27,7 @@ lazy val root = (project in file("."))
Defaults.itSettings,
IntegrationTest / fork := true,
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.0",
"org.typelevel" %% "cats-effect" % "3.5.1",
"co.fs2" %% "fs2-core" % "3.9.2",
"com.datastax.oss" % "java-driver-core" % "4.17.0",
"com.chuusai" %% "shapeless" % "2.3.10"
Expand Down

0 comments on commit d3215c2

Please sign in to comment.