Skip to content

Commit

Permalink
Update scala3-library to 3.3.1 (#118)
Browse files Browse the repository at this point in the history
* Update scala3-library to 3.3.1

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate

---------

Co-authored-by: Dave Pereira-Gurnell <dave@spacecat.io>
  • Loading branch information
scala-steward and davegurnell authored Feb 23, 2024
1 parent 061ac6a commit 718b30e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.0, 2.13.12, 2.12.18]
scala: [3.3.1, 2.13.12, 2.12.18]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.0]
scala: [3.3.1]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -79,12 +79,12 @@ jobs:
java-version: 11
cache: sbt

- name: Download target directories (3.3.0)
uses: actions/download-artifact@v4
- name: Download target directories (3.3.1)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-3.3.0-${{ matrix.java }}
name: target-${{ matrix.os }}-3.3.1-${{ matrix.java }}

- name: Inflate target directories (3.3.0)
- name: Inflate target directories (3.3.1)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ enablePlugins(GitBranchPrompt)
organization := "com.davegurnell"
name := "unindent"

ThisBuild / scalaVersion := "3.3.0"
ThisBuild / scalaVersion := "3.3.1"

ThisBuild / crossScalaVersions := Seq("3.3.0", "2.13.12", "2.12.18")
ThisBuild / crossScalaVersions := Seq("3.3.1", "2.13.12", "2.12.18")

ThisBuild / scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 718b30e

Please sign in to comment.