Skip to content

Commit

Permalink
Moved version to 0.0.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
penland365 committed Apr 1, 2016
1 parent e9fe980 commit a186811
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ lazy val baseSettings = Seq(
resolvers += "Twitter Maven repo" at "http://maven.twttr.com/"
)

//enablePlugins(SiteScaladocPlugin)

lazy val allSettings = buildSettings ++ baseSettings

lazy val coreVersion = "0.0.1-SNAPSHOT"
lazy val coreVersion = "0.0.1"

lazy val catsVersion = "0.4.1"

Expand Down

0 comments on commit a186811

Please sign in to comment.