From 0b2effde87f023a333a715b62513b62cab6e1849 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Jul 2024 19:23:02 +0000 Subject: [PATCH 1/3] sbt 1.10.1 (was 1.10.0) --- project/build.properties | 2 +- sbt-web-tester/project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index 081fdbb..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/sbt-web-tester/project/build.properties b/sbt-web-tester/project/build.properties index 081fdbb..ee4c672 100644 --- a/sbt-web-tester/project/build.properties +++ b/sbt-web-tester/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 From b6e24e16cb85dfab03d25fbab1cef6c76d2b83c0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Jul 2024 19:23:03 +0000 Subject: [PATCH 2/3] scalafmt-core 3.8.2 (was 3.8.1) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 5b369ce..4922e27 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.1 +version = 3.8.2 runner.dialect = scala212 maxColumn = 120 project.git = true From 28bc3654ef410346f79cc6e3cf60589107cbe227 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Jul 2024 19:23:12 +0000 Subject: [PATCH 3/3] specs2-core 4.20.8 (was 4.20.7) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 674f7ea..0f3d7ec 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ developers += Developer( libraryDependencies ++= Seq( "org.webjars" % "webjars-locator-core" % "0.59", - "org.specs2" %% "specs2-core" % "4.20.7" % "test", + "org.specs2" %% "specs2-core" % "4.20.8" % "test", "junit" % "junit" % "4.13.2" % "test" )