Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] authored Sep 26, 2024
1 parent 497fdfc commit a1227c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.12.20", "2.13.14", "3.4.1"]
scalaVersion: ["2.12.20", "2.13.15", "3.4.1"]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inThisBuild(Seq(

scalaVersion := "2.12.20",

crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3"),
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3"),

licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),

Expand Down

0 comments on commit a1227c7

Please sign in to comment.