Skip to content

Commit

Permalink
Merge pull request #3153 from typelevel/update/cats-effect-3.5.0-RC3
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-laws, ... to 3.5.0-RC3
  • Loading branch information
armanbilge authored Feb 27, 2023
2 parents 0c60231 + b422513 commit 0ab3d7e
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 @@ -220,9 +220,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.scodec" %%% "scodec-bits" % "1.1.36",
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-effect" % "3.5.0-RC2",
"org.typelevel" %%% "cats-effect-laws" % "3.5.0-RC2" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.5.0-RC2" % Test,
"org.typelevel" %%% "cats-effect" % "3.5.0-RC3",
"org.typelevel" %%% "cats-effect-laws" % "3.5.0-RC3" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.5.0-RC3" % Test,
"org.typelevel" %%% "cats-laws" % "2.9.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,
Expand Down

0 comments on commit 0ab3d7e

Please sign in to comment.