From c3b7239f3489097aad4a7f36dea02e9987998e70 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jun 2023 23:53:49 +0000 Subject: [PATCH] Update scala-library to 2.12.18 --- .github/workflows/continouos-integration.yml | 4 ++-- project/Dependencies.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continouos-integration.yml b/.github/workflows/continouos-integration.yml index cac1afa..4ef50dc 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.17', '2.13.10' ] + scala: [ '2.12.18', '2.13.10' ] steps: - uses: actions/checkout@v3 @@ -70,7 +70,7 @@ jobs: matrix: distribution: [ 'corretto' ] jdk: [ '11' ] - scala: [ '2.12.17', '2.13.10' ] + scala: [ '2.12.18', '2.13.10' ] experimental: [ false ] include: - jdk: '17' diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4c762f2..cd2dad8 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.17" + val scala212 = "2.12.18" val scala213 = "2.13.10" val play = "2.8.19"