Skip to content

Commit

Permalink
bump version to -SNAPSHOT again
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Nov 5, 2012
1 parent d940782 commit f8d6fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Expand Up @@ -13,7 +13,7 @@ object ScalatraBuild extends Build {

lazy val scalatraSettings = Defaults.defaultSettings ++ ls.Plugin.lsSettings ++ Seq(
organization := "org.scalatra",
version := "%s.0-RC1" format majorVersion,
version := "%s.0-SNAPSHOT" format majorVersion,
scalaVersion := "2.9.2",
scalacOptions ++= Seq("-unchecked", "-deprecation"),
javacOptions ++= Seq("-target", "1.6", "-source", "1.6"),
Expand Down

0 comments on commit f8d6fe4

Please sign in to comment.