diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1960f7f..d1ed10c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.0] + scala: [3.3.3] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 435d07f..31fd1b9 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.0" +scalaVersion := "3.3.3" conflictWarning := ConflictWarning.disable @@ -18,6 +18,7 @@ libraryDependencies ++= { val pekkoV = "1.0.1" val circeV = "0.14.4" val scalaTestV = "3.2.18" + val akkaHttpCirceV = "1.39.2" val pekkoHttpJsonV = "2.0.0" Seq(