Skip to content

Commit 1d0cf85

Browse files
committed
Update scalatest to 3.2.19 and scalacheck-1-18 to 3.2.19.0
1 parent e585897 commit 1d0cf85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ lazy val `jsoniter-scala-core` = crossProject(JVMPlatform, JSPlatform, NativePla
157157
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.19"),
158158
libraryDependencies ++= Seq(
159159
"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
162162
)
163163
)
164164
.platformsSettings(JSPlatform, NativePlatform)(
@@ -189,7 +189,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
189189
case _ => Seq()
190190
}) ++ Seq(
191191
"com.epam.deltix" % "dfp" % "1.0.3" % Test,
192-
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
192+
"org.scalatest" %%% "scalatest" % "3.2.19" % Test,
193193
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0" % Test
194194
)
195195
)
@@ -228,7 +228,7 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
228228
libraryDependencies ++= Seq(
229229
"io.circe" %%% "circe-core" % "0.14.9",
230230
"io.circe" %%% "circe-parser" % "0.14.9" % Test,
231-
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
231+
"org.scalatest" %%% "scalatest" % "3.2.19" % Test
232232
)
233233
)
234234

@@ -272,7 +272,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
272272
"org.openjdk.jmh" % "jmh-generator-asm" % "1.37",
273273
"org.openjdk.jmh" % "jmh-generator-bytecode" % "1.37",
274274
"org.openjdk.jmh" % "jmh-generator-reflection" % "1.37",
275-
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
275+
"org.scalatest" %%% "scalatest" % "3.2.19" % Test
276276
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
277277
case Some((3, _)) => Seq(
278278
"io.bullet" %%% "borer-derivation" % "1.14.0"

0 commit comments

Comments
 (0)