diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5019c3..8d2a832 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.4.2] + scala: [3.4.3] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 8ba3e8a..f06eaa2 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.2" +scalaVersion := "3.4.3" conflictWarning := ConflictWarning.disable