Skip to content

Commit

Permalink
Use ScalaFX release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Apr 22, 2016
1 parent b3c86f9 commit b7513a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -2,14 +2,14 @@ import java.io.File

name := "ScalaFX Ensemble"

version := "1.0.1"
version := "1.0.2"

organization := "org.scalafx"

scalaVersion := "2.11.8"

libraryDependencies ++= Seq(
"org.scalafx" %% "scalafx" % "8.0.72-R10-SNAPSHOT",
"org.scalafx" %% "scalafx" % "8.0.92-R10",
"org.scala-lang.modules" %% "scala-xml" % "1.0.5"
)

Expand All @@ -32,7 +32,7 @@ fork in Test := true
// Create file used to determine available examples at runtime.
resourceGenerators in Compile <+= Def.task {
/** Scan source directory for available examples
* Return pairs 'directory' -> 'collectionof examples in that directory'.
* Return pairs 'directory' -> 'collection of examples in that directory'.
*/
def loadExampleNames(inSourceDir: File): Array[(String, Array[String])] = {
val examplesDir = "/scalafx/ensemble/example/"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/scalafx/ensemble/sbt/build.sbt
@@ -1,10 +1,10 @@
name := "@name@"

version := "1.0-SNAPSHOT"
version := "1.0"

scalaVersion := "2.11.8"

libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.60-R9"
libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.92-R10"

scalacOptions ++= Seq("-unchecked", "-deprecation")

Expand Down

0 comments on commit b7513a3

Please sign in to comment.