Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Added cross-build for 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Sep 14, 2011
1 parent ed874b6 commit 74060fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ organization := "com.codecommit"

version := "0.3-SNAPSHOT"

crossScalaVersions := Seq("2.9.1.RC2", "2.9.0-1", "2.9.0")
crossScalaVersions := Seq("2.9.1", "2.9.0-1", "2.9.0")

scalaVersion := "2.9.1.RC2"
scalaVersion := "2.9.1"

libraryDependencies <++= (scalaVersion) { v =>
Seq(
Expand Down

0 comments on commit 74060fe

Please sign in to comment.