Skip to content

Commit 5defbca

Browse files
Update scalacheck-1-17 to 3.2.18.0 (#1118)
1 parent c7354a6 commit 5defbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ lazy val `jsoniter-scala-core` = crossProject(JVMPlatform, JSPlatform, NativePla
145145
crossScalaVersions := Seq("3.3.2", "2.13.12", "2.12.18"),
146146
libraryDependencies ++= Seq(
147147
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0" % Test,
148-
"org.scalatestplus" %%% "scalacheck-1-17" % "3.2.17.0" % Test,
148+
"org.scalatestplus" %%% "scalacheck-1-17" % "3.2.18.0" % Test,
149149
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
150150
)
151151
)

0 commit comments

Comments
 (0)