mark dotty-compiler-plugin pending

Ref https://github.com/lampepfl/dotty/issues/5671
This commit is contained in:
Eugene Yokota 2019-01-03 17:24:05 -05:00
parent d1409e5041
commit 33b4db3daf
3 changed files with 7 additions and 8 deletions

View File

@ -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"),
)

View File

@ -1 +1 @@
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.0")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.6")