@@ -157,8 +157,8 @@ lazy val `jsoniter-scala-core` = crossProject(JVMPlatform, JSPlatform, NativePla
157
157
crossScalaVersions := Seq (" 3.3.3" , " 2.13.14" , " 2.12.19" ),
158
158
libraryDependencies ++= Seq (
159
159
" org.scala-lang.modules" %%% " scala-collection-compat" % " 2.12.0" % Test ,
160
- " org.scalatestplus" %%% " scalacheck-1-18" % " 3.2.18 .0" % Test ,
161
- " org.scalatest" %%% " scalatest" % " 3.2.18 " % Test
160
+ " org.scalatestplus" %%% " scalacheck-1-18" % " 3.2.19 .0" % Test ,
161
+ " org.scalatest" %%% " scalatest" % " 3.2.19 " % Test
162
162
)
163
163
)
164
164
.platformsSettings(JSPlatform , NativePlatform )(
@@ -189,7 +189,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
189
189
case _ => Seq ()
190
190
}) ++ Seq (
191
191
" com.epam.deltix" % " dfp" % " 1.0.3" % Test ,
192
- " org.scalatest" %%% " scalatest" % " 3.2.18 " % Test ,
192
+ " org.scalatest" %%% " scalatest" % " 3.2.19 " % Test ,
193
193
" org.scala-lang.modules" %%% " scala-collection-compat" % " 2.12.0" % Test
194
194
)
195
195
)
@@ -228,7 +228,7 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
228
228
libraryDependencies ++= Seq (
229
229
" io.circe" %%% " circe-core" % " 0.14.9" ,
230
230
" io.circe" %%% " circe-parser" % " 0.14.9" % Test ,
231
- " org.scalatest" %%% " scalatest" % " 3.2.18 " % Test
231
+ " org.scalatest" %%% " scalatest" % " 3.2.19 " % Test
232
232
)
233
233
)
234
234
@@ -272,7 +272,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
272
272
" org.openjdk.jmh" % " jmh-generator-asm" % " 1.37" ,
273
273
" org.openjdk.jmh" % " jmh-generator-bytecode" % " 1.37" ,
274
274
" org.openjdk.jmh" % " jmh-generator-reflection" % " 1.37" ,
275
- " org.scalatest" %%% " scalatest" % " 3.2.18 " % Test
275
+ " org.scalatest" %%% " scalatest" % " 3.2.19 " % Test
276
276
) ++ (CrossVersion .partialVersion(scalaVersion.value) match {
277
277
case Some ((3 , _)) => Seq (
278
278
" io.bullet" %%% " borer-derivation" % " 1.14.0"
0 commit comments