scala / scala3   3.4.1

Apache License 2.0 Website GitHub

The Scala 3 compiler, also known as Dotty.

Scala versions: 3.x 2.12 2.11 2.10
Scala.js versions: 1.x
sbt plugins: 1.0 0.13

dotty 0.1-20161219-e23c278-NIGHTLY


Group ID:
ch.epfl.lamp
Artifact ID:
dotty_2.11
Version:
0.1-20161219-e23c278-NIGHTLY
Release Date:
Jan 17, 2017
Licenses:

libraryDependencies += "ch.epfl.lamp" %% "dotty" % "0.1-20161219-e23c278-NIGHTLY"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"ch.epfl.lamp::dotty:0.1-20161219-e23c278-NIGHTLY"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "ch.epfl.lamp::dotty:0.1-20161219-e23c278-NIGHTLY"

Ammonite REPL

import $ivy.`ch.epfl.lamp::dotty:0.1-20161219-e23c278-NIGHTLY`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>ch.epfl.lamp</groupId>
  <artifactId>dotty_2.11</artifactId>
  <version>0.1-20161219-e23c278-NIGHTLY</version>
</dependency>

compile group: 'ch.epfl.lamp', name: 'dotty_2.11', version: '0.1-20161219-e23c278-NIGHTLY'