Skip to content

Commit a2dc727

Browse files
scala-stewardplokhotnyuk
authored andcommitted
Update scalacheck-1-14 to 3.1.0.1 (plokhotnyuk#450)
1 parent 28f0f19 commit a2dc727

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
@@ -97,7 +97,7 @@ lazy val `jsoniter-scala-core` = project
9797
libraryDependencies ++= Seq(
9898
"com.github.plokhotnyuk.expression-evaluator" %% "expression-evaluator" % "0.1.1" % Provided,
9999
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.3" % Test,
100-
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.0.0" % Test,
100+
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.0.1" % Test,
101101
"org.scalatest" %% "scalatest" % "3.1.0" % Test
102102
)
103103
)

0 commit comments

Comments
 (0)