From f16ecad79cc5354070735ddd0787d5aa1a77200e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:58:26 +0200 Subject: [PATCH 1/9] Update scalatest to 3.2.19 (#191) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8998a7a..8869d68 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ libraryDependencies ++= { val akkaHttpV = "10.2.10" val akkaV = "2.6.20" val circeV = "0.14.4" - val scalaTestV = "3.2.18" + val scalaTestV = "3.2.19" val akkaHttpCirceV = "1.39.2" Seq( From d08aa0902f94ad8e2a87e739b1013173bf92e1d7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:59:06 +0200 Subject: [PATCH 2/9] Update circe-core, circe-generic, ... to 0.14.8 (#190) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ɓukasz Sowa --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8869d68..2943999 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") libraryDependencies ++= { val akkaHttpV = "10.2.10" val akkaV = "2.6.20" - val circeV = "0.14.4" + val circeV = "0.14.8" val scalaTestV = "3.2.19" val akkaHttpCirceV = "1.39.2" From ac20d14b5f20b7bb13ca22b93b36ef7e086670a0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:59:19 +0200 Subject: [PATCH 3/9] Update scala3-library to 3.4.1 (#188) --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf3416b..13c779c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.3] + scala: [3.4.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2943999..3a2881a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ enablePlugins(JavaAppPackaging) name := "akka-http-microservice" organization := "com.theiterators" version := "1.0" -scalaVersion := "3.3.3" +scalaVersion := "3.4.1" conflictWarning := ConflictWarning.disable From 70e38b34385c52c5e67c77c93c662d4553c569f2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:59:30 +0200 Subject: [PATCH 4/9] Update sbt-assembly to 2.1.5 (#185) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4c869e3..0af2da9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") From 72c87edd961292a9a2f6cb92f90af612e0b2e5ce Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:59:48 +0200 Subject: [PATCH 5/9] Update sbt to 1.8.3 (#176) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 46e43a9..72413de 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.8.3 From cdb03eea55f1af6d044d6fc37d72ffdeb96d5e7d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:59:59 +0200 Subject: [PATCH 6/9] Update sbt-revolver to 0.10.0 (#175) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0af2da9..b827d08 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") +addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") From 9ec8525037aa430a4c1423c8c7a452f6a87b5e6f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:00:15 +0200 Subject: [PATCH 7/9] Update sbt-native-packager to 1.9.16 (#173) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b827d08..b53619f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.15") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") From 44a983d99a4ebd8ba3a24d72b281d57200b5a66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Sowa?= Date: Wed, 3 Jul 2024 20:05:34 +0200 Subject: [PATCH 8/9] Bumping circe. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3a2881a..f474f09 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") libraryDependencies ++= { val akkaHttpV = "10.2.10" val akkaV = "2.6.20" - val circeV = "0.14.8" + val circeV = "0.14.9" val scalaTestV = "3.2.19" val akkaHttpCirceV = "1.39.2" From b75063c0fec2f8581a4260828a7b94bb718bed9a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 21:29:59 +0000 Subject: [PATCH 9/9] Update scala3-library to 3.4.2 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13c779c..e5019c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.4.1] + scala: [3.4.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f474f09..8ba3e8a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ enablePlugins(JavaAppPackaging) name := "akka-http-microservice" organization := "com.theiterators" version := "1.0" -scalaVersion := "3.4.1" +scalaVersion := "3.4.2" conflictWarning := ConflictWarning.disable