From c1d46293c8e6e7bfb20b6af85bbed2cf802fbd5a Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 19 Oct 2023 20:16:28 +0900 Subject: [PATCH] update scalatestplus-scalacheck --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ce0777..1ba8a29 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,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-16" % "3.2.14.0" % "test", + "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test", "com.google.protobuf" % "protobuf-java-util" % "3.21.12" % "test", "com.google.protobuf" % "protobuf-java" % "3.21.12" % "protobuf", "org.json4s" %% "json4s-jackson-core" % "4.0.6"