From 77e7a2c9ca8a764249135a6109468c1135147f1b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 20 Sep 2024 19:54:48 +0000 Subject: [PATCH 1/2] Update sbt, util-control, util-interface, ... to 1.10.2 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672cd..0b699c305 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 From cdc924c3ac274a72f3e029190cb3da2249718bcc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 20 Sep 2024 19:55:01 +0000 Subject: [PATCH 2/2] Update scalacheck to 1.18.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 80aa604ec..065d7351d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -75,7 +75,7 @@ object Dependencies { val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" val sbinary = "org.scala-sbt" %% "sbinary" % "0.5.1" val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0" - val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0" + val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1" val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" val verify = "com.eed3si9n.verify" %% "verify" % "2.0.1" val sjsonnew = Def.setting {