From 4e21582dfbb6c3ddcb12b8a7c88ac6e337b13d17 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Oct 2021 15:46:41 +0200 Subject: [PATCH 1/6] Update scala3-library, ... to 3.1.0 --- .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 d5b10bbc..4f056065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2, 2.11.12, 2.12.15, 2.13.6] + scala: [3.1.0, 2.11.12, 2.12.15, 2.13.6] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f343ac11..fa80f86d 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ ThisBuild / organizationName := "Typelevel" ThisBuild / publishGithubUser := "johnynek" ThisBuild / publishFullName := "P. Oscar Boykin" -ThisBuild / crossScalaVersions := List("3.0.2", "2.11.12", "2.12.15", "2.13.6") +ThisBuild / crossScalaVersions := List("3.1.0", "2.11.12", "2.12.15", "2.13.6") ThisBuild / spiewakCiReleaseSnapshots := true From f2a2825d176e29c77c136e8bea0c95a1dac03882 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Oct 2021 15:47:21 +0200 Subject: [PATCH 2/6] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f056065..d8f21306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,12 +102,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.0.2) + - name: Download target directories (3.1.0) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.0-${{ matrix.java }} - - name: Inflate target directories (3.0.2) + - name: Inflate target directories (3.1.0) run: | tar xf targets.tar rm targets.tar From 5b487c3266f9eb744a70939ce0cda3153203b9cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Dec 2021 04:24:24 +0100 Subject: [PATCH 3/6] Update scala3-library, ... to 3.1.0 --- .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 1a8ad6da..76cacb4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2, 2.11.12, 2.12.15, 2.13.7] + scala: [3.1.0, 2.11.12, 2.12.15, 2.13.7] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 45d5c838..d6d32325 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ ThisBuild / organizationName := "Typelevel" ThisBuild / publishGithubUser := "johnynek" ThisBuild / publishFullName := "P. Oscar Boykin" -ThisBuild / crossScalaVersions := List("3.0.2", "2.11.12", "2.12.15", "2.13.7") +ThisBuild / crossScalaVersions := List("3.1.0", "2.11.12", "2.12.15", "2.13.7") ThisBuild / spiewakCiReleaseSnapshots := true From 430d7daa64694b53c4c24cbadb35e54e8ae11bc1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jan 2022 22:45:25 +0100 Subject: [PATCH 4/6] Update scala3-library, ... to 3.1.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0756b39..46c81369 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2, 2.11.12, 2.12.15, 2.13.7] + scala: [3.1.0, 2.11.12, 2.12.15, 2.13.7] java: [temurin@11] runs-on: ${{ matrix.os }} steps: From ca2b30d8d76de091c409f459a28713af9d059b6f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jan 2022 05:20:38 +0100 Subject: [PATCH 5/6] Update scala3-library, ... to 3.1.0 --- .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 e509cc55..c90bd60c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2, 2.11.12, 2.12.15, 2.13.8] + scala: [3.1.0, 2.11.12, 2.12.15, 2.13.8] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 6469135b..2d7e2d97 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ ThisBuild / organizationName := "Typelevel" ThisBuild / publishGithubUser := "johnynek" ThisBuild / publishFullName := "P. Oscar Boykin" -ThisBuild / crossScalaVersions := List("3.0.2", "2.11.12", "2.12.15", "2.13.8") +ThisBuild / crossScalaVersions := List("3.1.0", "2.11.12", "2.12.15", "2.13.8") ThisBuild / spiewakCiReleaseSnapshots := true From 197603f4f940ca4e0c08947756dee486aaf226ff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jan 2022 22:38:12 +0100 Subject: [PATCH 6/6] Update scala3-library, ... to 3.1.0 --- .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 740a052c..a38a49c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2, 2.11.12, 2.12.15, 2.13.8] + scala: [3.1.0, 2.11.12, 2.12.15, 2.13.8] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 30594cfd..cba6d060 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ ThisBuild / tlBaseVersion := "0.3" ThisBuild / startYear := Some(2021) ThisBuild / developers += tlGitHubDev("johnynek", "P. Oscar Boykin") -ThisBuild / crossScalaVersions := List("3.0.2", "2.11.12", "2.12.15", "2.13.8") +ThisBuild / crossScalaVersions := List("3.1.0", "2.11.12", "2.12.15", "2.13.8") ThisBuild / tlVersionIntroduced := Map("3" -> "0.3.4") ThisBuild / githubWorkflowBuild := Seq(