From eb43695f35f8aa547025504633020f638862832f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 08:29:35 +0000 Subject: [PATCH 1/3] Update scala3-library, ... to 3.1.2 --- .github/workflows/ci.yml | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeb1bab..e541377 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.0.2] + scala: [2.12.15, 2.13.8, 3.1.2] java: [temurin@8] project: [rootJS, rootJVM] runs-on: ${{ matrix.os }} @@ -110,7 +110,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2] + scala: [3.1.2] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -226,7 +226,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2] + scala: [3.1.2] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 01c6abd..0c8f818 100644 --- a/build.sbt +++ b/build.sbt @@ -152,7 +152,7 @@ val Scala213Cond = s"matrix.scala == '$Scala213'" inThisBuild( List( tlBaseVersion := "1.2", - crossScalaVersions := Seq("2.12.15", Scala213, "3.0.2"), + crossScalaVersions := Seq("2.12.15", Scala213, "3.1.2"), homepage := Some(url("https://typelevel.org/case-insensitive")), tlSiteApiUrl := Some(url( "https://www.javadoc.io/doc/org.typelevel/case-insensitive_2.13/latest/org/typelevel/ci/index.html")), From 94390eaf0c30d114d91aa645a86bb688e9848208 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 08:29:52 +0000 Subject: [PATCH 2/3] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e541377..0ef3e54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,22 +187,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.2, rootJS) + - name: Download target directories (3.1.2, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJS - - name: Inflate target directories (3.0.2, rootJS) + - name: Inflate target directories (3.1.2, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.2, rootJVM) + - name: Download target directories (3.1.2, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJVM - - name: Inflate target directories (3.0.2, rootJVM) + - name: Inflate target directories (3.1.2, rootJVM) run: | tar xf targets.tar rm targets.tar From 18fee22f609c8c07fbb1e5c621ef213eec9a38ea Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Sat, 4 Jun 2022 02:04:02 -0700 Subject: [PATCH 3/3] Bump base version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0c8f818..16a3486 100644 --- a/build.sbt +++ b/build.sbt @@ -151,7 +151,7 @@ val Scala213Cond = s"matrix.scala == '$Scala213'" // General Settings inThisBuild( List( - tlBaseVersion := "1.2", + tlBaseVersion := "1.3", crossScalaVersions := Seq("2.12.15", Scala213, "3.1.2"), homepage := Some(url("https://typelevel.org/case-insensitive")), tlSiteApiUrl := Some(url(