From 419148838fa9d20517539d6d2a3c10d389820904 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Sep 2021 16:28:16 +0200 Subject: [PATCH 1/5] Update scala3-library, ... to 3.0.2 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54aa0d2..e76ea1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.0] + scala: [2.12.14, 2.13.6, 3.0.2] java: [adopt@1.8, adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.0] + scala: [3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 1e7c2c4..1f0f375 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} -ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.0") +ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2") val catsV = "2.6.1" val catsTestkitV = "2.1.5" From 568a0e56f300dd381c83b580e7a827eb822e76b8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 23 Jul 2022 13:07:31 +0000 Subject: [PATCH 2/5] Revert commit(s) 4191488 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e76ea1b..54aa0d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.2] + scala: [2.12.14, 2.13.6, 3.0.0] java: [adopt@1.8, adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2] + scala: [3.0.0] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 1f0f375..1e7c2c4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} -ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2") +ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.0") val catsV = "2.6.1" val catsTestkitV = "2.1.5" From 6e7831f19244155c0d620502da22426d63f590ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 23 Jul 2022 13:07:31 +0000 Subject: [PATCH 3/5] Update scala3-library, ... to 3.0.2 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d7fdad..7b18304 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 2.13.6, 3.0.0] + scala: [2.12.16, 2.13.6, 3.0.2] java: [adopt@1.8, adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.0] + scala: [3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index c19e96a..a5b6718 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} -ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.6", "3.0.0") +ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.6", "3.0.2") val catsV = "2.6.1" val catsTestkitV = "2.1.5" From cfe15d9731853b35a78ddaf11df8288c0dab5306 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 25 Jul 2022 13:06:16 +0000 Subject: [PATCH 4/5] Revert commit(s) 6e7831f --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b18304..6d7fdad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 2.13.6, 3.0.2] + scala: [2.12.16, 2.13.6, 3.0.0] java: [adopt@1.8, adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2] + scala: [3.0.0] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index a5b6718..c19e96a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} -ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.6", "3.0.2") +ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.6", "3.0.0") val catsV = "2.6.1" val catsTestkitV = "2.1.5" From 676e1f6a5f7490a8c1de37341118bddd8e5637a8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 25 Jul 2022 13:06:16 +0000 Subject: [PATCH 5/5] Update scala3-library, ... to 3.0.2 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbbb56f..ac27df4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 2.13.8, 3.0.0] + scala: [2.12.16, 2.13.8, 3.0.2] java: [adopt@1.8, adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.0] + scala: [3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 58209a7..609b287 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} -ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.0.0") +ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.0.2") val catsV = "2.6.1" val catsTestkitV = "2.1.5"