Skip to content

Commit

Permalink
Merge pull request #161 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Sep 18, 2023
2 parents cea48aa + 2b97a3f commit 0f7c1be
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]
scala: [2.13.11]
scala: [2.13.12]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
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.11"
ThisBuild / scalaVersion := "2.13.12"

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

0 comments on commit 0f7c1be

Please sign in to comment.