Skip to content

Commit

Permalink
Updated version to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Martomate committed Jul 26, 2023
1 parent 6c4ef78 commit 4ba4cf6
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("hexacraft", file("."))
def mainSettings: Seq[Def.SettingsDefinition] = Seq(
name := "Hexacraft",
organization := "com.martomate",
version := "0.10",
version := "0.11",
scalaVersion := "3.3.0",
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
javaOptions ++= (if (isMac) Some("-XstartOnFirstThread") else None),
Expand Down

0 comments on commit 4ba4cf6

Please sign in to comment.