diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1ed10c..b7af53a 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 31fd1b9..a204112 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ enablePlugins(JavaAppPackaging) name := "pekko-http-microservice" organization := "com.theiterators" version := "1.0" -scalaVersion := "3.3.3" +scalaVersion := "3.4.1" conflictWarning := ConflictWarning.disable