We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e314c40 commit 3c884a6Copy full SHA for 3c884a6
build.sbt
@@ -3,7 +3,7 @@ import org.nlogo.build.{ ExtensionDocumentationPlugin, NetLogoExtension }
3
enablePlugins(NetLogoExtension, ExtensionDocumentationPlugin)
4
5
name := "view2.5d"
6
-version := "1.2.2"
+version := "1.2.3"
7
isSnapshot := true
8
9
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii", "--release", "11")
0 commit comments