From 588899ee88ae43622874e84350124b92ec934612 Mon Sep 17 00:00:00 2001 From: Nikita Ryanov Date: Tue, 11 Jan 2022 12:34:04 +0000 Subject: [PATCH] Update scala-library to 2.13.8 --- .github/workflows/scala.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index e97bcf7..6fd6c9e 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: java: [ adopt@1.11 ] - scala: [ 2.13.6 ] + scala: [ 2.13.8 ] steps: - name: Checkout current branch uses: actions/checkout@v2 @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: java: [adopt@1.8, adopt@1.11] - scala: [2.12.15, 2.13.6] + scala: [2.12.15, 2.13.8] runs-on: ubuntu-latest steps: - name: Checkout current branch diff --git a/build.sbt b/build.sbt index 222e7bf..573798a 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val testContainersVersion = "0.39.8" lazy val logbackVersion = "1.2.5" val scala2_12 = "2.12.15" -val scala2_13 = "2.13.6" +val scala2_13 = "2.13.8" val compileAndTest = "compile->compile;test->test"