Skip to content

Commit

Permalink
Release v0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
eltimn committed Oct 30, 2013
1 parent b43ee07 commit e545f05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ object BuildSettings {
val basicSettings = Defaults.defaultSettings ++ Seq(
name := "extras",
organization := "net.liftmodules",
version := "0.2-SNAPSHOT",
liftVersion <<= liftVersion ?? "2.5",
version := "0.2",
liftVersion <<= liftVersion ?? "2.6-M1",
liftEdition <<= liftVersion apply { _.substring(0,3) },
name <<= (name, liftEdition) { (n, e) => n + "_" + e },
scalaVersion := "2.10.0",
crossScalaVersions := Seq("2.9.2", "2.9.1-1", "2.9.1", "2.10.0"),
scalaVersion := "2.10.3",
crossScalaVersions := Seq("2.9.2", "2.9.1-1", "2.9.1", "2.10.3"),
scalacOptions <<= scalaVersion map { sv: String =>
if (sv.startsWith("2.10."))
Seq("-deprecation", "-unchecked", "-feature", "-language:postfixOps", "-language:implicitConversions")
Expand Down

0 comments on commit e545f05

Please sign in to comment.