Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Martomate committed Sep 30, 2019
1 parent d1ec3ab commit 1191e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val root = Project(
) settings (Defaults.coreDefaultSettings: _*) settings (
name := "Hexacraft",
organization := "com.martomate",
version := "0.9-SNAPSHOT",
version := "0.9",
scalaVersion := "2.12.8",
scalacOptions ++= Seq("-deprecation"),//, "-unchecked", "-feature", "-Xlint"),
publishArtifact := false,
Expand Down

0 comments on commit 1191e01

Please sign in to comment.