Skip to content

Commit

Permalink
bump to 0.3.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sclasen committed Nov 24, 2014
1 parent dc29a09 commit eef8d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -8,7 +8,7 @@ object Build extends Build {

val buildSettings = Seq(
organization := "com.sclasen",
version := "0.3.6",
version := "0.3.7-SNAPSHOT",
scalaVersion := "2.11.2",
crossScalaVersions := Seq("2.10.4", "2.11.2"),
scalacOptions ++= Seq("-feature", "-deprecation", "-language:implicitConversions", "-language:postfixOps"),
Expand Down

0 comments on commit eef8d2f

Please sign in to comment.