Skip to content

Commit cb8b0f6

Browse files
Update scalacheck-1-17 to 3.2.18.0 in 0.12.x (#541)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent b243107 commit cb8b0f6

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
@@ -23,7 +23,7 @@ libraryDependencies ++= Seq(
2323
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,
2424
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf,test",
2525
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
26-
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test",
26+
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % "test",
2727
"com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test",
2828
protobufJava % "protobuf",
2929
"org.json4s" %% "json4s-jackson-core" % "4.0.7"

0 commit comments

Comments
 (0)