Skip to content

Commit

Permalink
[unit 2] Migrated lesson 13 to scala 3.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Nov 19, 2020
1 parent 93ad92b commit 4f74c68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unit2/lesson13/build.sbt
Expand Up @@ -2,4 +2,4 @@ name := "get-programming-with-scala-lesson13"

version := "0.1"

scalaVersion := "2.12.6"
scalaVersion := "3.0.0-M1"
2 changes: 1 addition & 1 deletion unit2/lesson13/project/build.properties
@@ -1 +1 @@
sbt.version = 1.2.1
sbt.version = 1.4.2
1 change: 1 addition & 0 deletions unit2/lesson13/project/plugins.sbt
@@ -0,0 +1 @@
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.5")

0 comments on commit 4f74c68

Please sign in to comment.