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 8998a7a..f474f09 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 @@ -14,8 +14,8 @@ scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") libraryDependencies ++= { val akkaHttpV = "10.2.10" val akkaV = "2.6.20" - val circeV = "0.14.4" - val scalaTestV = "3.2.18" + val circeV = "0.14.9" + val scalaTestV = "3.2.19" val akkaHttpCirceV = "1.39.2" Seq( 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 diff --git a/project/plugins.sbt b/project/plugins.sbt index 4c869e3..8712357 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") +addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +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.15") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")