Skip to content

Commit

Permalink
Release version 0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
denisrosset committed Nov 19, 2015
1 parent ee2ad44 commit c606d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ lazy val commonSettings = Seq(
"-language:higherKinds",
"-language:implicitConversions",
"-feature"
),
version := "0.0.1-SNAPSHOT"
)
)

lazy val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
Expand Down
1 change: 1 addition & 0 deletions version.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version in ThisBuild := "0.0.1"

0 comments on commit c606d26

Please sign in to comment.