Skip to content

Commit

Permalink
Update Scala 3 version in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jan 9, 2025
1 parent 1896912 commit 96b53de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
SCALA_VERSION: ["2.12.20", "2.13.14", "3.3.3"]
SCALA_VERSION: ["2.12.20", "2.13.14", "3.3.4"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/native/src/test/scala-3/caseapp/NativeUtil.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package caseapp

object NativeUtil {
def scalaBinaryVersion = "3.3.3"
def scalaBinaryVersion = "3.3.4"
}

0 comments on commit 96b53de

Please sign in to comment.