From 5c35e17b142cd76f3ff333eb0edf05c2e8f79cfd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 May 2021 17:37:32 +0200 Subject: Update scala-compiler, scala-library, ... to 2.13.6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index b6971b8f..d7b68ed9 100644 --- a/build.sbt +++ b/build.sbt @@ -15,8 +15,8 @@ lazy val commonSettings = Seq ( organization := "edu.berkeley.cs", version := "3.5-SNAPSHOT", autoAPIMappings := true, - scalaVersion := "2.13.5", - crossScalaVersions := Seq("2.13.5", "2.12.13"), + scalaVersion := "2.13.6", + crossScalaVersions := Seq("2.13.6", "2.12.13"), scalacOptions := Seq("-deprecation", "-feature"), libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value, // Macros paradise is integrated into 2.13 but requires a scalacOption -- cgit v1.2.3