Skip to content

Instantly share code, notes, and snippets.

@DmytroMitin
Created July 11, 2018 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DmytroMitin/67029506d79e1eb10daf8872a62db9da to your computer and use it in GitHub Desktop.
Save DmytroMitin/67029506d79e1eb10daf8872a62db9da to your computer and use it in GitHub Desktop.
dotty demo
object App {
def main(args: Array[String]): Unit = {
println("test")
}
}
sbt.version = 1.1.6
name := "dottydemo3"
version := "0.1"
scalaVersion := dottyLatestNightlyBuild.get
//scalaVersion := "0.9.0-RC1"
//scalaVersion := "0.8.0"
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment