Skip to content

Commit

Permalink
Upgrade to Scala 2.12.13 to enable JDK 15
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Feb 23, 2021
1 parent 6fcb0fe commit 36a1fd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lab1/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.12.8"
scalaVersion := "2.12.13"

scalacOptions := Seq("-Xsource:2.11")

Expand Down
2 changes: 1 addition & 1 deletion lab2/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.12.8"
scalaVersion := "2.12.13"

scalacOptions := Seq("-Xsource:2.11")

Expand Down
2 changes: 1 addition & 1 deletion lab3/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.12.8"
scalaVersion := "2.12.13"

scalacOptions := Seq("-Xsource:2.11")

Expand Down
2 changes: 1 addition & 1 deletion lab4/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.12.8"
scalaVersion := "2.12.13"

scalacOptions := Seq("-Xsource:2.11")

Expand Down

0 comments on commit 36a1fd8

Please sign in to comment.