From ab8a18a231e36c0530638e786a8ed8fa00f1d417 Mon Sep 17 00:00:00 2001 From: Iterators Bot Date: Tue, 21 Jun 2022 10:09:10 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.12.16 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc4e194b..fcc47066 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.0.2, 3.1.1] + scala: [2.12.16, 2.13.8, 3.0.2, 3.1.1] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 6ec9511d..dd37f0a3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbt.librarymanagement.ConflictWarning -val scala_2_12 = "2.12.15" +val scala_2_12 = "2.12.16" val scala_2_13 = "2.13.8" val scala_30 = "3.0.2" val scala_31 = "3.1.2"