@@ -42,7 +42,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
4242 name := " paiges-core" ,
4343 moduleName := " paiges-core" ,
4444 libraryDependencies ++= Seq (
45- " org.scalatestplus" %%% " scalacheck-1-16 " % " 3.2.14 .0" % Test ,
45+ " org.scalatestplus" %%% " scalacheck-1-18 " % " 3.2.18 .0" % Test ,
4646 " org.scalatest" %%% " scalatest-funsuite" % " 3.2.18" % Test
4747 ),
4848 // TODO: 2.13 has warnings for using Stream, but scalacheck Shrink
@@ -74,9 +74,9 @@ lazy val cats = crossProject(JSPlatform, JVMPlatform, NativePlatform)
7474 name := " paiges-cats" ,
7575 moduleName := " paiges-cats" ,
7676 libraryDependencies ++= Seq (
77- " org.typelevel" %%% " cats-core" % " 2.10 .0" ,
78- " org.typelevel" %%% " cats-laws" % " 2.10 .0" % Test ,
79- " org.typelevel" %%% " discipline-scalatest" % " 2.2 .0" % Test
77+ " org.typelevel" %%% " cats-core" % " 2.12 .0" ,
78+ " org.typelevel" %%% " cats-laws" % " 2.12 .0" % Test ,
79+ " org.typelevel" %%% " discipline-scalatest" % " 2.3 .0" % Test
8080 )
8181 )
8282 .disablePlugins(JmhPlugin )
@@ -131,6 +131,6 @@ lazy val commonJsSettings = Seq(
131131
132132lazy val commonNativeSettings = Seq (
133133 // Remove when native is published for the default previous versions
134- tlVersionIntroduced := List (" 2.12" , " 2.13" ).map(_ -> " 0.4.1 " ).toMap + ( " 3 " -> " 0.4.3 " ) ,
134+ tlVersionIntroduced := List (" 2.12" , " 2.13" , " 3 " ).map(_ -> " 0.5.0 " ).toMap,
135135 coverageEnabled := false
136136)
0 commit comments