We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2777168 commit 87095dfCopy full SHA for 87095df
src/main/scala/ScalaModulePlugin.scala
@@ -71,8 +71,8 @@ object ScalaModulePlugin extends Plugin {
71
// so that it can link to the compiler/lib we're using (testing)
72
libraryDependencies ++= (
73
if (includeTestDependencies.value)
74
- Seq("org.scala-lang.modules" %% "scala-partest" % partestVersion.value % "test",
75
- "org.scala-lang.modules" %% "scala-partest-interface" % "0.2" % "test")
+ Seq("org.scala-lang.modules" %% "scala-partest-interface" % "0.2" % "test",
+ "org.scala-lang.modules" %% "scala-partest" % partestVersion.value % "test")
76
else Seq.empty
77
),
78
// necessary for partest -- see comments in its build.sbt
0 commit comments