From 66f0159b7287188ac380729c4344b1916e655794 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:35:48 +0200 Subject: [PATCH 1/2] Update sbt to 1.10.2 (#983) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672c..0b699c30 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 From cf210a72b6fbc268be4c472c5b08e372cf19cdd7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:37:03 +0200 Subject: [PATCH 2/2] Update scalacheck to 1.18.1 (#984) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a23a3c7c..697589f7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -19,7 +19,7 @@ object Dependencies { val kindProjector = "0.13.3" val scalaTest = "3.2.19" - val scalaCheck = "1.18.0" + val scalaCheck = "1.18.1" val scalaTestPlusScalaCheck = "3.2.14.0" val disciplineScalaCheck = "2.2.0" }