File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import java.net.URL
88// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
99//
1010
11- val projectVersion = " 0.2.2-SNAPSHOT "
11+ val projectVersion = " 0.3.0 "
1212val versionTagDir = if (projectVersion.endsWith(" SNAPSHOT" )) " master" else " v" + projectVersion
1313val _scalaVersions = Seq (" 2.12.7" )
1414val _scalaVersion = _scalaVersions.head
Original file line number Diff line number Diff line change 1+ ### ScalaFX-Extras Release v.0.3.0
2+
3+ Changes:
4+
5+ * [ Issue #2 ] [ 2 ] ` BusyWorker.doTask ` now disallows use of code blocks, must use lambda notation to avoid execution on incorrect thread.
6+
7+ To post questions please use [ ScalaFX Users Group] [ 5 ] of [ StackOverflow ScalaFX] [ 6 ]
8+
9+ [ 5 ] : https://groups.google.com/forum/#!forum/scalafx-users
10+ [ 6 ] : https://stackoverflow.com/questions/tagged/scalafx
11+ [ 2 ] : https://github.com/scalafx/scalafx-extras/issues/2
You can’t perform that action at this time.
0 commit comments