Skip to content

Commit

Permalink
Update scala-compiler, scala-library to 2.12.15 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 16, 2021
1 parent 2f048d4 commit ca6fe35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.14, 2.13.6]
scala: [2.12.15, 2.13.6]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lazy val commonSettings = Seq(
version := "0.24.0",
organization := "com.tethys-json",
scalaVersion := "2.12.14",
crossScalaVersions := Seq("2.12.14", "2.13.6"),
scalaVersion := "2.12.15",
crossScalaVersions := Seq("2.12.15", "2.13.6"),
Compile / unmanagedSourceDirectories ++= {
def extraDirs(suffix: String) = Seq(file(sourceDirectory.value.getPath + "/main/scala" + suffix))

Expand Down

0 comments on commit ca6fe35

Please sign in to comment.