Skip to content

Commit

Permalink
mark 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Schleier-Smith committed Jan 13, 2015
1 parent 84a5848 commit 0430636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.Keys._
object BuildSettings {
val buildSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "co.ifwe",
version := "0.1.0-SNAPSHOT",
version := "0.1.0",
scalaVersion := "2.10.4",
scalacOptions ++= Seq("-deprecation","-feature","-language:implicitConversions")
)
Expand Down

0 comments on commit 0430636

Please sign in to comment.