Skip to content

Commit

Permalink
Merge pull request #190 from scala-steward/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.15
  • Loading branch information
Philippus authored Oct 21, 2024
2 parents 04d83e9 + d70f7b9 commit 8f89651
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 @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
java: [8, 11, 17, 21]
scala: [2.13.14]
scala: [2.13.15]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"

lazy val root = project.in(file("."))
.aggregate(scalaLibraryNextJVM, scalaLibraryNextJS)
Expand Down

0 comments on commit 8f89651

Please sign in to comment.