Skip to content

Commit

Permalink
Merge pull request #508 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
mpilquist authored Sep 14, 2023
2 parents 787044f + 6d51454 commit 497f1f6
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 @@ -77,7 +77,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "literally" % "1.1.0",
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-effect" % "3.4.11",
"org.typelevel" %%% "cats-effect" % "3.5.1",
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test
)
)
Expand Down Expand Up @@ -111,7 +111,7 @@ lazy val docs = project
mdocIn := baseDirectory.value / "src",
mdocOut := baseDirectory.value / "../docs",
githubWorkflowArtifactUpload := false,
libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.4.11"
libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.1"
)

lazy val commonSettings = Seq(
Expand Down

0 comments on commit 497f1f6

Please sign in to comment.