From 0042e142b7c5530d3abb8d4ff2c30c85685c489e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Dec 2024 20:22:03 +0000 Subject: [PATCH 1/5] Update munit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4a3ec7c..63342ce 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ crossScalaVersions := Seq("2.13.14", "2.12.19") libraryDependencies ++= Seq( "org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided", "io.spray" %% "spray-json" % "1.3.6", - "org.scalameta" %% "munit" % "1.0.1" % Test, + "org.scalameta" %% "munit" % "1.0.3" % Test, ) testFrameworks += new TestFramework("munit.Framework") From 2d05395b492c9d3ad0d258673f50da59c78210a0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:21:09 +0100 Subject: [PATCH 2/5] Update sbt to 1.10.6 (#258) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672..e88a0d8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.6 From 578d4d8dbd04828e724fcaf65ec3b75e64ef1243 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:21:21 +0100 Subject: [PATCH 3/5] Update sbt-assembly to 2.3.0 (#254) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b5d842b..a996ac6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") From 29428bd217fb95d43522f55fc28c71be7723ec72 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:21:32 +0100 Subject: [PATCH 4/5] Update scala-compiler, scala-library to 2.13.15 (#252) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63342ce..85580bc 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ licenses := Seq( homepage := Some(url("http://github.com/lightbend/scala-sculpt")) scalaVersion := crossScalaVersions.value.head -crossScalaVersions := Seq("2.13.14", "2.12.19") +crossScalaVersions := Seq("2.13.15", "2.12.19") libraryDependencies ++= Seq( "org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided", From 9088464a15b0c65cd76ea06b339bec7bb11b6527 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:21:48 +0100 Subject: [PATCH 5/5] Update sbt-scalafix to 0.13.0 (#253) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a996ac6..cdc8531 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")