Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent e7e51fe commit c582065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
scala-version: ["2.10.7", "2.11.12", "2.12.18", "2.13.11"]
scala-version: ["2.10.7", "2.11.12", "2.12.18", "2.13.12"]
java-version: [8]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -15,7 +15,7 @@ homepage := Some(url(s"https://github.com/softprops/${name.value}/#readme"))

scalacOptions += Opts.compile.deprecation

crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.18", "2.13.11")
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.18", "2.13.12")

scalaVersion := crossScalaVersions.value.last

Expand Down

0 comments on commit c582065

Please sign in to comment.