Skip to content

Commit

Permalink
Upgrade scala-partest to 1.0.11
Browse files Browse the repository at this point in the history
First step in fixing scala#1034
  • Loading branch information
smarter authored and DarkDimius committed Feb 16, 2016
1 parent c0d3a42 commit 4bb0d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object DottyBuild extends Build {
"org.scala-lang" % "scala-library" % scalaVersion.value % "test"),
libraryDependencies ++= partestDeps.value,
libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-xml" % "1.0.1",
"org.scala-lang.modules" %% "scala-partest" % "1.0.5" % "test",
"org.scala-lang.modules" %% "scala-partest" % "1.0.11" % "test",
"com.novocode" % "junit-interface" % "0.11" % "test",
"jline" % "jline" % "2.12"),

Expand Down

0 comments on commit 4bb0d44

Please sign in to comment.