From 4947bfdf16aabf6b29526088e5324fed0cf4036a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:09:55 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- .github/workflows/continouos-integration.yml | 6 +++--- project/Dependencies.scala | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continouos-integration.yml b/.github/workflows/continouos-integration.yml index 6d40db3..06975c0 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.13.14' ] + scala: [ '2.13.15' ] steps: - uses: actions/checkout@v3 @@ -70,12 +70,12 @@ jobs: matrix: distribution: [ 'corretto' ] jdk: [ '11' ] - scala: [ '2.13.14' ] + scala: [ '2.13.15' ] experimental: [ false ] include: - jdk: '17' distribution: 'corretto' - scala: '2.13.14' + scala: '2.13.15' experimental: true steps: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e7b838f..9bb4039 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ import sbt.plugins.JvmPlugin object Dependencies extends AutoPlugin { object Version { - val scala213 = "2.13.14" + val scala213 = "2.13.15" val play = "2.9.3" val guice = "7.0.0"