File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
23
23
// used in CompilerErrors test
24
24
libraryDependencies += (" org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" ).exclude(" org.scala-lang.modules" , s " scala-xml* " )
25
25
26
- // needed to fix classloader issues (see #20)
27
- // alternatively, manage the scala instance as shown below (commented)
28
- fork in Test := true
29
-
30
26
MimaPlugin .mimaDefaultSettings
31
27
32
28
MimaKeys .previousArtifact := Some (organization.value % s " ${name.value}_2.11.0-RC1 " % " 1.0.0" )
@@ -36,14 +32,3 @@ test in Test := {
36
32
MimaKeys .reportBinaryIssues.value
37
33
(test in Test ).value
38
34
}
39
-
40
- // ALTERNATIVE: manage the Scala instance ourselves to exclude the published scala-xml (scala-compiler depends on it)
41
- // since this dependency hides the classes we're testing
42
- // managedScalaInstance := false
43
- //
44
- // ivyConfigurations += Configurations.ScalaTool
45
- //
46
- // libraryDependencies ++= Seq(
47
- // "org.scala-lang" % "scala-library" % scalaVersion.value,
48
- // ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "scala-tool").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
49
- // )
You can’t perform that action at this time.
0 commit comments