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.
2 parents c2513a6 + c62990c commit b60a6aeCopy full SHA for b60a6ae
project/Build.scala
@@ -57,7 +57,7 @@ object DottyBuild extends Build {
57
"org.scala-lang" % "scala-library" % scalaVersion.value % "test"),
58
libraryDependencies ++= partestDeps.value,
59
libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-xml" % "1.0.1",
60
- "org.scala-lang.modules" %% "scala-partest" % "1.0.5" % "test",
+ "org.scala-lang.modules" %% "scala-partest" % "1.0.11" % "test",
61
"com.novocode" % "junit-interface" % "0.11" % "test",
62
"jline" % "jline" % "2.12"),
63
0 commit comments