Skip to content

Commit

Permalink
Update scala-library to 2.12.14 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 28, 2021
1 parent d406f1e commit c84f1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.13, 2.13.6]
scala: [2.12.14, 2.13.6]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def priorTo2_13(scalaVersion: String): Boolean =
case _ => false
}

ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.6")
ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6")

val baseSettings = Seq(
scalacOptions ++= compilerOptions,
Expand Down

0 comments on commit c84f1a2

Please sign in to comment.