Skip to content

Commit

Permalink
Update cats-effect to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 28, 2024
1 parent 6c9c6d2 commit 1e05fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "literally" % "1.1.0",
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.typelevel" %%% "cats-effect" % "3.5.5",
"org.scalacheck" %%% "scalacheck" % "1.17.1" % Test
)
)
Expand Down Expand Up @@ -116,7 +116,7 @@ lazy val docs = project
mdocIn := baseDirectory.value / "src",
mdocOut := baseDirectory.value / "../docs",
githubWorkflowArtifactUpload := false,
libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.4"
libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.5"
)

lazy val commonSettings = Seq(
Expand Down

0 comments on commit 1e05fa7

Please sign in to comment.