mirror of https://github.com/sbt/sbt.git
mark dotty-compiler-plugin pending
Ref https://github.com/lampepfl/dotty/issues/5671
This commit is contained in:
parent
d1409e5041
commit
33b4db3daf
|
|
@ -1,16 +1,15 @@
|
|||
// hardcode dottyVersion to make test deterministic
|
||||
lazy val dottyVersion = "0.8.0-bin-20180424-e77604d-NIGHTLY"
|
||||
lazy val dottyVersion = "0.11.0-RC1"
|
||||
|
||||
ThisBuild / scalaVersion := dottyVersion
|
||||
ThisBuild / organization := "com.example"
|
||||
|
||||
lazy val plugin = (project in file("plugin"))
|
||||
.settings(
|
||||
name := "dividezero",
|
||||
version := "0.0.1",
|
||||
organization := "ch.epfl.lamp",
|
||||
scalaVersion := dottyVersion,
|
||||
version := "0.0.1"
|
||||
)
|
||||
|
||||
lazy val app = (project in file("."))
|
||||
.settings(
|
||||
scalaVersion := dottyVersion,
|
||||
libraryDependencies += compilerPlugin("ch.epfl.lamp" %% "dividezero" % "0.0.1"),
|
||||
libraryDependencies += compilerPlugin("com.example" %% "dividezero" % "0.0.1"),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.0")
|
||||
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.6")
|
||||
|
|
|
|||
Loading…
Reference in New Issue