Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 25, 2024
1 parent 52b3692 commit 8aaff95
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 @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 3.2.2]
scala: [2.13.15, 3.2.2]
java: [temurin@8, temurin@11, temurin@17]
project: [rootJS, rootJVM, rootNative]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val apfloatVersion = "1.10.1"
lazy val jscienceVersion = "4.3.1"
lazy val apacheCommonsMath3Version = "3.6.1"

val Scala213 = "2.13.10"
val Scala213 = "2.13.15"
val Scala3 = "3.2.2"

Global / onChangedBuildSource := ReloadOnSourceChanges
Expand Down

0 comments on commit 8aaff95

Please sign in to comment.