Skip to content

Commit 4bb0d44

Browse files
smarterDarkDimius
authored andcommitted
Upgrade scala-partest to 1.0.11
First step in fixing scala#1034
1 parent c0d3a42 commit 4bb0d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ object DottyBuild extends Build {
5757
"org.scala-lang" % "scala-library" % scalaVersion.value % "test"),
5858
libraryDependencies ++= partestDeps.value,
5959
libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-xml" % "1.0.1",
60-
"org.scala-lang.modules" %% "scala-partest" % "1.0.5" % "test",
60+
"org.scala-lang.modules" %% "scala-partest" % "1.0.11" % "test",
6161
"com.novocode" % "junit-interface" % "0.11" % "test",
6262
"jline" % "jline" % "2.12"),
6363

0 commit comments

Comments
 (0)