Skip to content

Commit

Permalink
Merge pull request #471 from scala-steward/update/cats-effect-3.4.8
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-kernel to 3.4.8
  • Loading branch information
mpilquist committed Mar 20, 2023
2 parents 7307c54 + 586f65e commit c5b8fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.17.0",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M7" % Test,
"org.typelevel" %%% "cats-effect" % "3.4.6" % Test,
"org.typelevel" %%% "cats-effect" % "3.4.8" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test
)
)
Expand Down Expand Up @@ -78,7 +78,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-kernel" % "3.4.6",
"org.typelevel" %%% "cats-effect-kernel" % "3.4.8",
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test
)
)
Expand Down Expand Up @@ -112,7 +112,7 @@ lazy val docs = project
mdocIn := baseDirectory.value / "src",
mdocOut := baseDirectory.value / "../docs",
githubWorkflowArtifactUpload := false,
libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.4.6"
libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.4.8"
)

lazy val commonSettings = Seq(
Expand Down

0 comments on commit c5b8fa6

Please sign in to comment.