Skip to content

Commit

Permalink
Update sbt and scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed May 8, 2024
1 parent d60d398 commit b42d21e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.19, 2.13.14, 3.2.2]
scala: [2.12.19, 2.13.14, 3.4.1]
java: [temurin@8, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -139,12 +139,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.2.2)
- name: Download target directories (3.4.1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.2.2-${{ matrix.java }}
name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }}

- name: Inflate target directories (3.2.2)
- name: Inflate target directories (3.4.1)
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 @@ -9,7 +9,7 @@ ThisBuild / versionScheme := Some("always")
Global / onChangedBuildSource := ReloadOnSourceChanges

lazy val scalaVersion213 = "2.13.14"
lazy val scalaVersion3 = "3.2.2"
lazy val scalaVersion3 = "3.4.1"
ThisBuild / scalaVersion := scalaVersion213
ThisBuild / crossScalaVersions := Seq("2.12.19", scalaVersion213, scalaVersion3)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.3
sbt.version=1.10.0

0 comments on commit b42d21e

Please sign in to comment.