From 01620be9fa517a0e5f5216bced520b7abd2337ee Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 17 Sep 2021 19:54:46 +0200 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.12.15 (#556) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e3194d83..4fe50ea2 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ developers := List( ) scalaVersion := "2.13.6" -crossScalaVersions := Seq("2.11.12", "2.12.13", "2.12.14", "2.13.5", "2.13.6") +crossScalaVersions := Seq("2.11.12", "2.12.13", "2.12.15", "2.13.5", "2.13.6") autoScalaLibrary := false crossVersion := CrossVersion.full crossTarget := {