Skip to content

Commit

Permalink
Update scala-compiler, scala-library to 2.13.8 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2022
1 parent 34b4808 commit 537e5f8
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
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.15, 2.13.7]
scala: [2.12.15, 2.13.8]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val commonSettings = Seq(
version := "0.25.0",
organization := "com.tethys-json",
scalaVersion := "2.12.15",
crossScalaVersions := Seq("2.12.15", "2.13.7"),
crossScalaVersions := Seq("2.12.15", "2.13.8"),
Compile / unmanagedSourceDirectories ++= {
def extraDirs(suffix: String) = Seq(file(sourceDirectory.value.getPath + "/main/scala" + suffix))

Expand Down

0 comments on commit 537e5f8

Please sign in to comment.