Skip to content

Commit b16b926

Browse files
committed
Mark release version 0.10.0
1 parent aa41403 commit b16b926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
55

66
//
77
// Environment variables used by the build:
8-
// GRAPHVIZ_DOT_PATH - Full path to Graphviz dot utility. If not defined Scaladocs will be build without diagrams.
8+
// GRAPHVIZ_DOT_PATH - Full path to Graphviz dot utility. If not defined, Scaladocs will be built without diagrams.
99
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
1010
//
1111

12-
val projectVersion = "0.9.0.6-SNAPSHOT"
12+
val projectVersion = "0.10.0"
1313
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
1414
val _scalaVersions = Seq("3.3.3", "2.13.14", "2.12.19")
1515
val _scalaVersion = _scalaVersions.head
@@ -91,7 +91,7 @@ lazy val scalaFXExtrasDemos = (project in file("scalafx-extras-demos")).settings
9191
).dependsOn(scalaFXExtras % "compile;test->test")
9292

9393
// Resolvers
94-
// Add snapshots to root project to enable compilation with Scala SNAPSHOT compiler,
94+
// Add snapshots to the root project to enable compilation with Scala SNAPSHOT compiler,
9595
// e.g., 2.11.0-SNAPSHOT
9696
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
9797

0 commit comments

Comments
 (0)