@@ -84,9 +84,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
8484 .jvmSettings(commonJvmSettings)
8585 .platformsSettings(JVMPlatform , JSPlatform )(
8686 libraryDependencies ++= Seq (
87- " org.scalatest" %%% " scalatest" % " 3.1.0" % Test ,
88- " org.scalatestplus" %%% " scalacheck-1-14" % " 3.1.1.1" % Test ,
89- " org.scalacheck" %%% " scalacheck" % " 1.14.3" % Test
87+ " org.scalatestplus" %%% " scalacheck-1-14" % " 3.1.1.1" % Test
9088 )
9189 )
9290 .nativeSettings(
@@ -96,7 +94,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
9694 _.filter(f => Set (" JsonTest.scala" , " PaigesTest.scala" ).contains(f.getName))
9795 },
9896 libraryDependencies ++= Seq (
99- " org.scalatest" %%% " scalatest" % " 3.1.0 " % Test
97+ " org.scalatest" %%% " scalatest" % " 3.1.1 " % Test
10098 )
10199 )
102100lazy val coreJVM = core.jvm
@@ -114,7 +112,7 @@ lazy val cats = crossProject(JSPlatform, JVMPlatform)
114112 libraryDependencies ++= Seq (
115113 " org.typelevel" %%% " cats-core" % " 2.0.0" ,
116114 " org.typelevel" %%% " cats-laws" % " 2.0.0" % Test ,
117- " org.typelevel" %%% " discipline-scalatest" % " 1.0.0 " % Test
115+ " org.typelevel" %%% " discipline-scalatest" % " 1.0.1 " % Test
118116 ),
119117 mimaPreviousArtifacts := previousArtifact(version.value, " cats" )
120118 )
0 commit comments