From 537e5f81f62ba2cd97c5734a35bae4de1c77cab6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 13 Jan 2022 13:14:28 +0100 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.8 (#145) --- .github/workflows/scala.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 3d8a100f..9d30737a 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -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 diff --git a/build.sbt b/build.sbt index 6417bb92..f2441668 100644 --- a/build.sbt +++ b/build.sbt @@ -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))