Skip to content

Commit 59aaec3

Browse files
committed
Pushing the versions skywards.
1 parent 2755e43 commit 59aaec3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#Thu Jul 15 07:36:17 CEST 2010
33
project.organization=org.functionaljava
44
project.name=functionaljava
5-
sbt.version=0.7.4
5+
sbt.version=0.7.7
66
project.version=3.2-SNAPSHOT
77
def.scala.version=2.7.7
8-
build.scala.versions=2.8.1
8+
build.scala.versions=2.9.2
99
project.initialize=false

project/build/FunctionalJavaProject.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ abstract class FunctionalJavaDefaults(info: ProjectInfo) extends DefaultProject(
99

1010
override def javaCompileOptions = List("-target", "1.5", "-source", "1.5", "-encoding", "UTF-8", "-Xlint:unchecked").map(JavaCompileOption) ++ super.javaCompileOptions
1111

12-
def scalacheckDependency = "org.scala-tools.testing" %% "scalacheck" % "1.8" % "test"
12+
def scalacheckDependency = "org.scalacheck" %% "scalacheck" % "1.8" % "test"
1313

1414
override def testFrameworks = Seq(new TestFramework("org.scalacheck.ScalaCheckFramework"))
1515

0 commit comments

Comments
 (0)