Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Hahn committed Oct 29, 2014
1 parent 561e6a5 commit 0d5d9d6
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 @@ -9,7 +9,7 @@ object CraneBuild extends Build {

lazy val defaultSettings = Defaults.defaultSettings ++ org.scalastyle.sbt.ScalastylePlugin.Settings ++ Seq(
organization := "net.timothyhahn",
version := "0.2.6",
version := "0.3.1",
scalaVersion := Dependency.V.Scala,
EclipseKeys.createSrc := EclipseCreateSrc.ValueSet(EclipseCreateSrc.Unmanaged, EclipseCreateSrc.Source, EclipseCreateSrc.Resource),
EclipseKeys.withSource := true,
Expand Down

0 comments on commit 0d5d9d6

Please sign in to comment.