From 36a1fd87e28ad10bd49d2b70d445cdc0e00157ac Mon Sep 17 00:00:00 2001 From: Martin Schoeberl Date: Tue, 23 Feb 2021 15:48:25 +0100 Subject: [PATCH] Upgrade to Scala 2.12.13 to enable JDK 15 --- lab1/build.sbt | 2 +- lab2/build.sbt | 2 +- lab3/build.sbt | 2 +- lab4/build.sbt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lab1/build.sbt b/lab1/build.sbt index 29f434d..e2ae19d 100644 --- a/lab1/build.sbt +++ b/lab1/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "2.12.8" +scalaVersion := "2.12.13" scalacOptions := Seq("-Xsource:2.11") diff --git a/lab2/build.sbt b/lab2/build.sbt index 29f434d..e2ae19d 100644 --- a/lab2/build.sbt +++ b/lab2/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "2.12.8" +scalaVersion := "2.12.13" scalacOptions := Seq("-Xsource:2.11") diff --git a/lab3/build.sbt b/lab3/build.sbt index 1f4ab69..b6ec2f9 100644 --- a/lab3/build.sbt +++ b/lab3/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "2.12.8" +scalaVersion := "2.12.13" scalacOptions := Seq("-Xsource:2.11") diff --git a/lab4/build.sbt b/lab4/build.sbt index cc5d3ff..446d106 100644 --- a/lab4/build.sbt +++ b/lab4/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "2.12.8" +scalaVersion := "2.12.13" scalacOptions := Seq("-Xsource:2.11")