From d347506348f0f0b6333129bcf6460de18a2b835d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Sep 2021 22:52:55 +0200 Subject: [PATCH] Update scala-library to 2.12.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f8563aa..b10ed7a 100644 --- a/build.sbt +++ b/build.sbt @@ -9,8 +9,8 @@ resolvers ++= Seq( organization := "edu.berkeley.cs" version := "1.5-SNAPSHOT" autoAPIMappings := true -scalaVersion := "2.12.10" -crossScalaVersions := Seq("2.12.10", "2.11.12") +scalaVersion := "2.12.15" +crossScalaVersions := Seq("2.12.15", "2.11.12") scalacOptions := Seq("-deprecation", "-feature") ++ scalacOptionsVersion(scalaVersion.value) def scalacOptionsVersion(scalaVersion: String): Seq[String] = {