Skip to content

Commit

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

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate

---------

Co-authored-by: scala-steward-firstbirdtech[bot] <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-firstbirdtech[bot] authored May 6, 2024
1 parent 5e9aac9 commit 9604677
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: [3.3.1]
scala: [3.3.3]
java: [temurin@11, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.1]
scala: [3.3.3]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -114,12 +114,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

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

- name: Inflate target directories (3.3.1)
- name: Inflate target directories (3.3.3)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.time.LocalDate

ThisBuild / dynverSeparator := "-" // Default uses '+' which is not valid for docker tags
ThisBuild / scalaVersion := "3.3.1"
ThisBuild / scalaVersion := "3.3.3"

addCommandAlias("codeFmt", ";headerCreate;scalafmtAll;scalafmtSbt;scalafixAll")
addCommandAlias("codeVerify", ";scalafmtCheckAll;scalafmtSbtCheck;scalafixAll --check;headerCheck")
Expand Down

0 comments on commit 9604677

Please sign in to comment.