From 71eaf6d4e6e6163f4981b8fd0296f2daa74ba380 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 24 Apr 2013 08:50:31 -0700 Subject: Updated jline and rebuilt. Two years of atrophy. Now using sbt 0.12.3 and latest versions of jansi, etc. --- src/jline/build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/jline/build.sbt') diff --git a/src/jline/build.sbt b/src/jline/build.sbt index 4fc3bab28a..873f7574f1 100644 --- a/src/jline/build.sbt +++ b/src/jline/build.sbt @@ -4,9 +4,9 @@ name := "jline" organization := "org.scala-lang" -version := "2.10.0-SNAPSHOT" +version := "2.11.0-SNAPSHOT" -scalaVersion := "2.9.0-1" +scalaVersion := "2.10.1" // Only need these because of weird testing jline issues. retrieveManaged := true @@ -14,11 +14,11 @@ retrieveManaged := true parallelExecution in Test := false libraryDependencies ++= Seq( - "org.fusesource.jansi" % "jansi" % "1.4", - "com.novocode" % "junit-interface" % "0.7" % "test->default" + "org.fusesource.jansi" % "jansi" % "1.10", + "com.novocode" % "junit-interface" % "0.9" % "test->default" ) -javacOptions ++= Seq("-target", "1.5") +javacOptions ++= Seq("-source", "1.5", "-target", "1.5") proguardOptions ++= Seq( "-dontshrink", -- cgit v1.2.3