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 01/14] 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 02/14] 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 03/14] 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 04/14] 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 05/14] 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 06/14] 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 07/14] 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 08/14] 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 3997f00fce528d77885ceb9eab1257fe834ccee2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:35:56 +0200 Subject: [PATCH 09/14] Update sbt-assembly to 2.2.0 (#192) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b53619f..8712357 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") From 41dc510c349a17232e0e49d6ed0815b70bbef319 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:36:10 +0200 Subject: [PATCH 10/14] Update sbt-native-packager to 1.10.0 (#193) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8712357..8d0673b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") From 24c35e687a4706b6e004f946185d0eb70c25d27c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:36:25 +0200 Subject: [PATCH 11/14] Update scala3-library to 3.4.2 (#194) --- .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 From 1a7201f78125b359afda0e201655fd1929f49c67 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:36:39 +0200 Subject: [PATCH 12/14] Update sbt to 1.10.0 (#195) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 72413de..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.10.0 From 6863f89b8f245e1b19ee380bb3cc0ae33f0869a2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:27:34 +0200 Subject: [PATCH 13/14] Update sbt to 1.10.1 (#196) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From bd85d65d2933822647aeddc4635fd07fc6c39296 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Aug 2024 04:03:26 +0000 Subject: [PATCH 14/14] Update sbt-native-packager to 1.10.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8d0673b..1e2a971 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")