From 0b9bba054c217b0a2a14d067106ca0c612487016 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 06:07:01 +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 8755d89..b97ae2c 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.17" % "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"