Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Compile with Dotty!
- first run ExplicitImplicit scalafix rewrite - setup sbt-dotty
- Loading branch information
Showing
with
35 additions
and 32 deletions.
- +1 −0 .scalafix.conf
- +3 −3 build.sbt
- +1 −1 project/build.properties
- +2 −0 project/dotty.sbt
- +28 −28 shared/src/main/scala/linx/Linx.scala
@@ -0,0 +1 @@ | ||
rewrites = [ExplicitImplicit] |
@@ -1 +1 @@ | ||
sbt.version=0.13.13 | ||
sbt.version=0.13.15 |
@@ -0,0 +1,2 @@ | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.3.2") | ||
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.1.0-RC4") |
Oops, something went wrong.