diff --git a/build.sbt b/build.sbt index 7a490bd..65a25ea 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "twiddles-core", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.10.0", - "org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1" % Test, + "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test, "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test ) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.10") else Nil),