Skip to content

Commit

Permalink
Update scala-library to 2.13.16 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 16, 2025
1 parent dacef21 commit 80e214a
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.15", "3.4.1"]
scalaVersion: ["2.12.20", "2.13.16", "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.15", "3.3.4"),
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.4"),

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

Expand Down

0 comments on commit 80e214a

Please sign in to comment.