Skip to content

Commit

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

* Update Scala 3 version in more places

---------

Co-authored-by: Alex Archambault <[email protected]>
  • Loading branch information
scala-steward and alexarchambault authored Jan 10, 2025
1 parent 90fb4ef commit 8858767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import scala.concurrent.duration.DurationInt
object Versions {
def scala212 = "2.12.20"
def scala213 = "2.13.14"
def scala3 = "3.3.3"
def scala3 = "3.3.4"
def scala = Seq(scala212, scala213, scala3)

def scalaJs = "1.16.0"
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 8858767

Please sign in to comment.