Skip to content

Commit 34b7d40

Browse files
Update scalatest to 3.2.18 (#1117)
1 parent b4f768c commit 34b7d40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ lazy val `jsoniter-scala-core` = crossProject(JVMPlatform, JSPlatform, NativePla
146146
libraryDependencies ++= Seq(
147147
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0" % Test,
148148
"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
150150
)
151151
)
152152
.platformsSettings(JSPlatform, NativePlatform)(
@@ -177,7 +177,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
177177
case _ => Seq()
178178
}) ++ Seq(
179179
"com.epam.deltix" % "dfp" % "1.0.2" % Test,
180-
"org.scalatest" %%% "scalatest" % "3.2.17" % Test,
180+
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
181181
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0" % Test
182182
)
183183
)
@@ -216,7 +216,7 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
216216
libraryDependencies ++= Seq(
217217
"io.circe" %%% "circe-core" % "0.14.6",
218218
"io.circe" %%% "circe-parser" % "0.14.6" % Test,
219-
"org.scalatest" %%% "scalatest" % "3.2.17" % Test
219+
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
220220
)
221221
)
222222

@@ -260,7 +260,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
260260
"org.openjdk.jmh" % "jmh-generator-asm" % "1.37",
261261
"org.openjdk.jmh" % "jmh-generator-bytecode" % "1.37",
262262
"org.openjdk.jmh" % "jmh-generator-reflection" % "1.37",
263-
"org.scalatest" %%% "scalatest" % "3.2.17" % Test
263+
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
264264
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
265265
case Some((3, _)) => Seq(
266266
"io.bullet" %%% "borer-derivation" % "1.14.0"

0 commit comments

Comments
 (0)