Skip to content

Commit

Permalink
Bump CE version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Nov 28, 2021
1 parent 3b5edc5 commit 7268392
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 @@ -207,9 +207,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.6.1",
"org.typelevel" %%% "cats-laws" % "2.6.1" % Test,
"org.typelevel" %%% "cats-effect" % "3.3-162-2022ef9",
"org.typelevel" %%% "cats-effect-laws" % "3.3-162-2022ef9" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.3-162-2022ef9" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.0",
"org.typelevel" %%% "cats-effect-laws" % "3.3.0" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.3.0" % Test,
"org.scodec" %%% "scodec-bits" % "1.1.29",
"org.typelevel" %%% "scalacheck-effect-munit" % "1.0.3" % Test,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.6" % Test,
Expand Down

0 comments on commit 7268392

Please sign in to comment.