Skip to content

Commit

Permalink
Update dependencies.scala
Browse files Browse the repository at this point in the history
moved to latests version of xstream with java 1.8 fixes
  • Loading branch information
xelax committed Feb 26, 2015
1 parent e2a6705 commit 51481e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object dependencies {
def scoobi(scalaVersion: String) = Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion,
"org.apache.avro" % "avro" % "1.7.4",
"com.thoughtworks.xstream" % "xstream" % "1.4.4" intransitive(),
"com.thoughtworks.xstream" % "xstream" % "1.4.8" intransitive(),
"javassist" % "javassist" % "3.12.1.GA",
"com.googlecode.kiama" %% "kiama" % "1.6.0",
if (scalaVersion.contains("2.10"))
Expand Down

0 comments on commit 51481e5

Please sign in to comment.