From 4ba4cf6075645b0dd4c868f34a6fe284e406af94 Mon Sep 17 00:00:00 2001 From: Martin Jakobsson Date: Wed, 26 Jul 2023 05:23:36 +0200 Subject: [PATCH] Updated version to 0.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 546472b6..b995b766 100644 --- a/build.sbt +++ b/build.sbt @@ -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),