Skip to content

Commit 0a4af2e

Browse files
committed
Merge branch 'release'
2 parents 2161b93 + b16b926 commit 0a4af2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

project/sbt-sonatype.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// [https://github.com/xerial/sbt-sonatype]
2-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
2+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1")
33
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

0 commit comments

Comments
 (0)