Skip to content

Commit

Permalink
Merge pull request #232 from nafg/update/scala3-library-3.3.0
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.3.0
  • Loading branch information
nafg authored May 31, 2023
2 parents ddf6e92 + 187c55f commit 11098aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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: [2.13.10, 3.2.2]
scala: [2.13.10, 3.3.0]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.2.2]
scala: [3.3.0]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -111,12 +111,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.2.2)
- name: Download target directories (3.3.0)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.2.2-${{ matrix.java }}
name: target-${{ matrix.os }}-3.3.0-${{ matrix.java }}

- name: Inflate target directories (3.2.2)
- name: Inflate target directories (3.3.0)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pull_request_rules:
- author=scala-steward
- author=nafg-scala-steward[bot]
- check-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11)
- check-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11)
- check-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11)
actions:
queue:
name: default
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def myScalacOptions(version: String) =
inThisBuild(
List(
organization := "io.github.nafg.css-dsl",
scalaVersion := "3.2.2",
scalaVersion := "3.3.0",
crossScalaVersions := Seq("2.13.10", scalaVersion.value),
scalacOptions ++= myScalacOptions(scalaVersion.value),
versionScheme := Some("early-semver")
Expand Down

0 comments on commit 11098aa

Please sign in to comment.