@@ -146,7 +146,7 @@ lazy val `jsoniter-scala-core` = crossProject(JVMPlatform, JSPlatform, NativePla
146
146
libraryDependencies ++= Seq (
147
147
" org.scala-lang.modules" %%% " scala-collection-compat" % " 2.11.0" % Test ,
148
148
" org.scalatestplus" %%% " scalacheck-1-17" % " 3.2.17.0" % Test ,
149
- " org.scalatest" %%% " scalatest" % " 3.2.17 " % Test
149
+ " org.scalatest" %%% " scalatest" % " 3.2.18 " % Test
150
150
)
151
151
)
152
152
.platformsSettings(JSPlatform , NativePlatform )(
@@ -177,7 +177,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
177
177
case _ => Seq ()
178
178
}) ++ Seq (
179
179
" com.epam.deltix" % " dfp" % " 1.0.2" % Test ,
180
- " org.scalatest" %%% " scalatest" % " 3.2.17 " % Test ,
180
+ " org.scalatest" %%% " scalatest" % " 3.2.18 " % Test ,
181
181
" org.scala-lang.modules" %%% " scala-collection-compat" % " 2.11.0" % Test
182
182
)
183
183
)
@@ -216,7 +216,7 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
216
216
libraryDependencies ++= Seq (
217
217
" io.circe" %%% " circe-core" % " 0.14.6" ,
218
218
" io.circe" %%% " circe-parser" % " 0.14.6" % Test ,
219
- " org.scalatest" %%% " scalatest" % " 3.2.17 " % Test
219
+ " org.scalatest" %%% " scalatest" % " 3.2.18 " % Test
220
220
)
221
221
)
222
222
@@ -260,7 +260,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
260
260
" org.openjdk.jmh" % " jmh-generator-asm" % " 1.37" ,
261
261
" org.openjdk.jmh" % " jmh-generator-bytecode" % " 1.37" ,
262
262
" org.openjdk.jmh" % " jmh-generator-reflection" % " 1.37" ,
263
- " org.scalatest" %%% " scalatest" % " 3.2.17 " % Test
263
+ " org.scalatest" %%% " scalatest" % " 3.2.18 " % Test
264
264
) ++ (CrossVersion .partialVersion(scalaVersion.value) match {
265
265
case Some ((3 , _)) => Seq (
266
266
" io.bullet" %%% " borer-derivation" % " 1.14.0"
0 commit comments