diff --git a/.github/workflows/continouos-integration.yml b/.github/workflows/continouos-integration.yml index 2d6b02d..8832b15 100644 --- a/.github/workflows/continouos-integration.yml +++ b/.github/workflows/continouos-integration.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: true matrix: - scala: [ '2.12.18', '2.13.12' ] + scala: [ '2.12.19', '2.13.12' ] steps: - uses: actions/checkout@v3 @@ -70,7 +70,7 @@ jobs: matrix: distribution: [ 'corretto' ] jdk: [ '11' ] - scala: [ '2.12.18', '2.13.12' ] + scala: [ '2.12.19', '2.13.12' ] experimental: [ false ] include: - jdk: '17' diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 72b0ca0..0f71c75 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ import sbt.plugins.JvmPlugin object Dependencies extends AutoPlugin { object Version { - val scala212 = "2.12.18" + val scala212 = "2.12.19" val scala213 = "2.13.12" val play = "2.8.21"