From a58828c475f72c5b671d07abfee6c368895f41d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Nov 2022 22:03:50 +0000 Subject: [PATCH 1/2] Update scala-compiler, scala-library, ... to 2.12.17 --- .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 33482cf1..e3633279 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 2.13.8, 3.2.0] + scala: [2.12.17, 2.13.8, 3.2.0] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index adb6039d..612993bd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbt.librarymanagement.ConflictWarning -val scala_2_12 = "2.12.16" +val scala_2_12 = "2.12.17" val scala_2_13 = "2.13.8" val scala_32 = "3.2.0" val mainScalaVersion = scala_32 From fcb9e0f99b171a3b9c47469bce3a8512a48ce636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kiersznowski?= Date: Fri, 14 Apr 2023 12:34:43 +0200 Subject: [PATCH 2/2] Update .mergify.yml --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index fa020cdd..6c2b657e 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -11,8 +11,8 @@ pull_request_rules: conditions: - base=master - author=scala-steward - - status-success=Build and Test (ubuntu-latest, 2.12.16, temurin@8) - - status-success=Build and Test (ubuntu-latest, 2.12.16, temurin@17) + - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8) + - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@17) - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@17) - status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@8)