Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2024
1 parent cf1bd83 commit ff51d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.14", "3.4.1"]
scalaVersion: ["2.12.20", "2.13.14", "3.4.1"]
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
inThisBuild(Seq(
organization := "com.github.cornerman",

scalaVersion := "2.12.19",
scalaVersion := "2.12.20",

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

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

Expand Down

0 comments on commit ff51d76

Please sign in to comment.