From 59a7f17856f00e71f140abb03da7c689b752091a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 22 Feb 2024 03:28:21 +0000 Subject: [PATCH] Update scalacheck-1-17 to 3.2.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8156461..bf1673f 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ libraryDependencies ++= Seq( "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion, "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf,test", "org.scalatest" %% "scalatest" % "3.2.18" % "test", - "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test", + "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % "test", "com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test", protobufJava % "protobuf", "org.json4s" %% "json4s-jackson-core" % "4.0.7"