Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 26, 2024
1 parent 4bec57c commit 4ea0281
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14]
scala: [2.13.15]
java: [temurin@11, temurin@17, temurin@21]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys.scalaVersion
import sbt.librarymanagement.{CrossVersion, ModuleID}
import xerial.sbt.Sonatype.sonatypeCentralHost

val scala213 = "2.13.14"
val scala213 = "2.13.15"

lazy val commonSettings = Seq(
organization := "nl.grons",
Expand Down

0 comments on commit 4ea0281

Please sign in to comment.