Skip to content

Commit

Permalink
Update scala-library to 2.13.14 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 5, 2024
1 parent 1bfa0e2 commit 7e15339
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.19", "2.13.13", "3.2.2"]
scalaVersion: ["2.12.19", "2.13.14", "3.2.2"]
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.19",

crossScalaVersions := Seq("2.12.19", "2.13.13", "3.2.2"),
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.2.2"),

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

Expand Down

0 comments on commit 7e15339

Please sign in to comment.