Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.5 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 7, 2025
1 parent aad1bbf commit 289748b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.16, 3.3.4]
scala: [2.13.16, 3.3.5]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -94,12 +94,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.4)
- name: Download target directories (3.3.5)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }}

- name: Inflate target directories (3.3.4)
- name: Inflate target directories (3.3.5)
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
Expand Up @@ -280,7 +280,7 @@ lazy val commonSettings = Def.settings(

lazy val V = new {
val scala213 = "2.13.16"
val scala3 = "3.3.4"
val scala3 = "3.3.5"
val scalaAll = scala213 :: scala3 :: Nil

val cats = "2.13.0"
Expand Down

0 comments on commit 289748b

Please sign in to comment.