From f24b6ab8e3b288b1ce962fb4662f6c1a23c35b78 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 22 Feb 2024 04:31:36 +0100 Subject: [PATCH] Update scalacheck-1-17 to 3.2.18.0 (#442) --- 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"