diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92665e47..65741f43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,16 +9,16 @@ jobs: - mongo-version: 3.6 scala-version: 2.12.15 - mongo-version: 3.6 - scala-version: 2.13.7 + scala-version: 2.13.12 # 4.0 must be quoted, otherwise will be truncated to 4 - mongo-version: "4.0" scala-version: 2.12.15 - mongo-version: "4.0" - scala-version: 2.13.7 + scala-version: 2.13.12 - mongo-version: 4.2 scala-version: 2.12.15 - mongo-version: 4.2 - scala-version: 2.13.7 + scala-version: 2.13.12 env: MONGODB_AUTH_PORT: 28117 MONGODB_NOAUTH_PORT: 27117 diff --git a/build.sbt b/build.sbt index 9fa5b351..fd57b0bd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val releaseV = "3.0.8" val scala212V = "2.12.15" -val scala213V = "2.13.7" +val scala213V = "2.13.12" val scalaV = scala213V val akkaV = "2.6.17"