Skip to content

Commit

Permalink
#69 remove snapshot from version
Browse files Browse the repository at this point in the history
  • Loading branch information
FRosner committed Sep 25, 2016
1 parent 671fe2d commit 768e8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "Cluster Broccoli"

version := "0.4.0-SNAPSHOT"
version := "0.4.0"

lazy val root = project.in(file(".")).enablePlugins(PlayScala, BuildInfoPlugin).
settings(
Expand All @@ -15,4 +15,3 @@ libraryDependencies += specs2 % Test
resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases"

routesGenerator := InjectedRoutesGenerator

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"project": {
"name": "Cluster Broccoli",
"version": "0.4.0-SNAPSHOT"
"version": "0.4.0"
},
"scala": {
"version": "2.10.6"
Expand Down

0 comments on commit 768e8f2

Please sign in to comment.