From e8c2fd14885b43206719b0915ed278f2a06e78dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 06:11:28 +0100 Subject: [PATCH 1/3] Update scala-reflect to 2.13.8 --- .github/workflows/ci.yml | 4 ++-- project/deps.sc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55c042e8d..ff8e0a204 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,11 +46,11 @@ jobs: matrix: OS: [ubuntu-latest] JDK: [8] - SCALA: [2.12.13, 2.12.14, 2.13.5, 2.13.6, 3.0.0, 3.0.1] + SCALA: [2.12.13, 2.12.14, 2.13.5, 2.13.8, 3.0.0, 3.0.1] include: - OS: windows-latest JDK: 8 - SCALA: 2.13.6 + SCALA: 2.13.8 - OS: ubuntu-latest JDK: 11 SCALA: 2.12.14 diff --git a/project/deps.sc b/project/deps.sc index fd2284f17..61383dffb 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -67,7 +67,7 @@ object Deps { object ScalaVersions { def scala3 = "3.0.1" def cross2_3Version = "2.13.6" - def scala213 = "2.13.6" + def scala213 = "2.13.8" def scala212 = "2.12.14" val binaries = Seq(scala3, scala213, scala212) val all = Seq( From bfdb20289aaae4b52a30ba773dd8a6228fa836e8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 Jul 2022 15:34:00 +0000 Subject: [PATCH 2/3] Update scala-reflect to 2.13.8 --- .github/workflows/ci.yml | 2 +- project/deps.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d30fcab9..5a34ae3c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: matrix: OS: [ubuntu-latest] JDK: [8] - SCALA: [2.12.14, 2.12.15, 2.13.6, 2.13.7, 3.0.1, 3.0.2] + SCALA: [2.12.14, 2.12.15, 2.13.6, 2.13.8, 3.0.1, 3.0.2] include: - OS: windows-latest JDK: 8 diff --git a/project/deps.sc b/project/deps.sc index 86c6908fb..6eec4dc19 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -63,7 +63,7 @@ object Deps { object ScalaVersions { def scala3 = "3.0.2" def cross2_3Version = "2.13.7" - def scala213 = "2.13.7" + def scala213 = "2.13.8" def scala212 = "2.12.15" val binaries = Seq(scala3, scala213, scala212) val all = Seq( From 37a520e909898d898aabccee45f7eeb7f56397fb Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 12 Aug 2022 19:43:21 +0200 Subject: [PATCH 3/3] fixup --- .github/workflows/ci.yml | 2 +- project/deps.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c16348fe..841cdd60b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: matrix: OS: [ubuntu-latest] JDK: [8] - SCALA: [2.12.14, 2.12.15, 2.13.6, 2.13.8, 3.0.1, 3.0.2] + SCALA: [2.12.14, 2.12.15, 2.13.7, 2.13.8, 3.0.1, 3.0.2] include: - OS: windows-latest JDK: 8 diff --git a/project/deps.sc b/project/deps.sc index 79894243f..3c5c01903 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -68,7 +68,7 @@ object ScalaVersions { val binaries = Seq(scala3, scala213, scala212) val all = Seq( scala3, "3.0.1", "3.0.0", - scala213, "2.13.6", "2.13.5", "2.13.4", "2.13.3", "2.13.2", "2.13.1", + scala213, "2.13.7", "2.13.6", "2.13.5", "2.13.4", "2.13.3", "2.13.2", "2.13.1", scala212, "2.12.14", "2.12.13", "2.12.12", "2.12.11", "2.12.10", "2.12.9" ) }