From 29cf43bca7e478f290e7c39a05ce7e8bcb218d3d Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 5 May 2016 11:28:51 +0200 Subject: Add JUnit test structure for testing the DocPhase --- project/Build.scala | 4 ++-- project/plugins.sbt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index 6b9939a34..add3ebecb 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -268,7 +268,6 @@ object DottyInjectedPlugin extends AutoPlugin { .jsSettings( libraryDependencies ++= Seq( "org.scala-js" %%% "scalajs-dom" % "0.9.0", - "com.github.benhutchison" %%% "microjson" % "1.3", "com.github.benhutchison" %%% "prickle" % "1.1.10", "com.lihaoyi" %%% "scalatags" % "0.5.5" ) @@ -287,7 +286,8 @@ object DottyInjectedPlugin extends AutoPlugin { libraryDependencies ++= Seq( "org.scala-js" % "scalajs-dom_sjs0.6_2.11" % "0.9.0", "com.github.benhutchison" %% "prickle" % "1.1.10", - "com.lihaoyi" %% "scalatags" % "0.5.5" + "com.lihaoyi" %% "scalatags" % "0.5.5", + "com.novocode" % "junit-interface" % "0.11" % "test" ), // enable improved incremental compilation algorithm diff --git a/project/plugins.sbt b/project/plugins.sbt index 57bd46581..8ac4d69bf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,3 +8,5 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8") + +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5") -- cgit v1.2.3