Skip to content

Commit

Permalink
Scala 2.8.1 crossbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Nov 11, 2010
1 parent 778f508 commit a61f797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Expand Up @@ -5,5 +5,5 @@ project.name=scalaz
sbt.version=0.7.4
project.version=5.1-SNAPSHOT
def.scala.version=2.7.7
build.scala.versions=2.8.0 2.8.1.RC1
build.scala.versions=2.8.0 2.8.1
project.initialize=false
2 changes: 1 addition & 1 deletion project/build/ScalazProject.scala
Expand Up @@ -25,7 +25,7 @@ abstract class ScalazDefaults(info: ProjectInfo) extends DefaultProject(info) wi

lazy val sourceArtifact = Artifact(artifactID, "src", "jar", Some("sources"), Nil, None)

def specsDependency = "org.scala-tools.testing" %% "specs" % "1.6.5" % "test" withSources
def specsDependency = "org.scala-tools.testing" % "specs_2.8.0" % "1.6.5" % "test" withSources

def scalacheckDependency = "org.scala-tools.testing" % "scalacheck_2.8.0" % "1.8-SNAPSHOT"

Expand Down

0 comments on commit a61f797

Please sign in to comment.