diff --git a/build.sbt b/build.sbt index 9b41f3d..ba64b96 100644 --- a/build.sbt +++ b/build.sbt @@ -36,8 +36,8 @@ lazy val catscript = crossProject(JVMPlatform, JSPlatform, NativePlatform) "1.11.10" else "2.3.0"), // Testing - "com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test, - "com.disneystreaming" %% "weaver-scalacheck" % "0.8.4" % Test + "org.typelevel" %% "weaver-cats" % "0.11.3" % Test, + "org.typelevel" %% "weaver-scalacheck" % "0.11.3" % Test ), mimaPreviousArtifacts := Set() )