Skip to content

Commit

Permalink
Fixed gratuitously missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Oct 30, 2013
1 parent 1994ca0 commit ce51a08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/Build.scala
Expand Up @@ -55,10 +55,12 @@ object BlueEyesBuild extends Build {


val commonSettings = Seq( val commonSettings = Seq(
scalaVersion := "2.9.2", scalaVersion := "2.9.2",

crossScalaVersions := Seq("2.9.2"), crossScalaVersions := Seq("2.9.2"),


organization := "com.reportgrid", organization := "com.reportgrid",

version := "1.0.0-M9.5",


libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % scalazVersion, "org.scalaz" %% "scalaz-core" % scalazVersion,
Expand Down

0 comments on commit ce51a08

Please sign in to comment.