diff --git a/cell_factories/build.sbt b/cell_factories/build.sbt index 8d56d89..602d969 100644 --- a/cell_factories/build.sbt +++ b/cell_factories/build.sbt @@ -2,12 +2,12 @@ name := "Cell Factories" organization := "scalafx.org" version := "1.0.0" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") // Add dependency on ScalaFX library -libraryDependencies += "org.scalafx" %% "scalafx" % "20.0.0-R31" +libraryDependencies += "org.scalafx" %% "scalafx" % "21.0.0-R32" resolvers ++= Opts.resolver.sonatypeOssSnapshots diff --git a/event-filters/build.sbt b/event-filters/build.sbt index 1c9f4e1..bd47e85 100644 --- a/event-filters/build.sbt +++ b/event-filters/build.sbt @@ -2,11 +2,11 @@ name := "Event Filters" organization := "scalafx.org" version := "1.0.8" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") -libraryDependencies += "org.scalafx" %% "scalafx" % "20.0.0-R31" +libraryDependencies += "org.scalafx" %% "scalafx" % "21.0.0-R32" resolvers ++= Opts.resolver.sonatypeOssSnapshots diff --git a/hello-sbt/build.sbt b/hello-sbt/build.sbt index 216b6b4..5a6e2be 100644 --- a/hello-sbt/build.sbt +++ b/hello-sbt/build.sbt @@ -5,12 +5,12 @@ name := "Hello SBT" version := "1.0.7" // Version of Scala used by the project -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") // Add dependency on ScalaFX library -libraryDependencies += "org.scalafx" %% "scalafx" % "20.0.0-R31" +libraryDependencies += "org.scalafx" %% "scalafx" % "21.0.0-R32" resolvers ++= Opts.resolver.sonatypeOssSnapshots diff --git a/molecule-3d/build.sbt b/molecule-3d/build.sbt index 34ea199..29455dd 100644 --- a/molecule-3d/build.sbt +++ b/molecule-3d/build.sbt @@ -2,13 +2,13 @@ name := "Molecule 3D" organization := "scalafx.org" version := "0.2.6" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" resolvers += Resolver.sonatypeRepo("snapshots") scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") -libraryDependencies += "org.scalafx" %% "scalafx" % "20.0.0-R31" +libraryDependencies += "org.scalafx" %% "scalafx" % "21.0.0-R32" // Fork a new JVM for 'run' and 'test:run', to avoid JavaFX double initialization problems fork := true diff --git a/properties/build.sbt b/properties/build.sbt index 1a29853..af759ea 100644 --- a/properties/build.sbt +++ b/properties/build.sbt @@ -2,11 +2,11 @@ name := "Properties" organization := "scalafx.org" version := "0.3" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") -libraryDependencies += "org.scalafx" %% "scalafx" % "20.0.0-R31" +libraryDependencies += "org.scalafx" %% "scalafx" % "21.0.0-R32" resolvers ++= Opts.resolver.sonatypeOssSnapshots diff --git a/sam_event_handlers/build.sbt b/sam_event_handlers/build.sbt index b094b2a..f611168 100644 --- a/sam_event_handlers/build.sbt +++ b/sam_event_handlers/build.sbt @@ -2,11 +2,11 @@ name := "SAM Event Handlers" organization := "ScalaFX.org" version := "0.1.3" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") -libraryDependencies += "org.scalafx" %% "scalafx" % "20.0.0-R31" +libraryDependencies += "org.scalafx" %% "scalafx" % "21.0.0-R32" resolvers ++= Opts.resolver.sonatypeOssSnapshots diff --git a/scalafxml-example/build.sbt b/scalafxml-example/build.sbt index 6308b7c..02d1dd8 100644 --- a/scalafxml-example/build.sbt +++ b/scalafxml-example/build.sbt @@ -2,13 +2,13 @@ name := "ScalaFXML Example" organization := "scalafx.org" version := "1.0.7" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8", "-Ymacro-annotations") Compile / resourceDirectory := (Compile / scalaSource).value libraryDependencies ++= Seq( - "org.scalafx" %% "scalafx" % "20.0.0-R31", + "org.scalafx" %% "scalafx" % "21.0.0-R32", "org.scalafx" %% "scalafxml-core-sfx8" % "0.5" ) diff --git a/slick-table/build.sbt b/slick-table/build.sbt index 66b2356..4e2c6fd 100644 --- a/slick-table/build.sbt +++ b/slick-table/build.sbt @@ -2,12 +2,12 @@ name := "Slick Table" organization := "org.scalafx" version := "0.3" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") libraryDependencies ++= Seq( - "org.scalafx" %% "scalafx" % "20.0.0-R31", + "org.scalafx" %% "scalafx" % "21.0.0-R32", "com.typesafe.slick" %% "slick" % "3.4.1", "org.slf4j" % "slf4j-nop" % "2.0.7", "com.h2database" % "h2" % "2.1.214" diff --git a/splash-demo/build.sbt b/splash-demo/build.sbt index 6f6e8d6..a25abfc 100644 --- a/splash-demo/build.sbt +++ b/splash-demo/build.sbt @@ -4,11 +4,11 @@ organization := "org.scalafx" version := "0.2.2" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") -libraryDependencies += "org.scalafx" %% "scalafx" % "20.0.0-R31" +libraryDependencies += "org.scalafx" %% "scalafx" % "21.0.0-R32" resolvers ++= Opts.resolver.sonatypeOssSnapshots diff --git a/spreadsheetview/build.sbt b/spreadsheetview/build.sbt index 1cd0ab9..b3f10b4 100644 --- a/spreadsheetview/build.sbt +++ b/spreadsheetview/build.sbt @@ -1,7 +1,7 @@ name := "SpreadsheetView" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" -libraryDependencies += "org.scalafx" %% "scalafx" % "20.0.0-R31" +libraryDependencies += "org.scalafx" %% "scalafx" % "21.0.0-R32" libraryDependencies += "org.controlsfx" % "controlsfx" % "11.1.2" resolvers += Resolver.mavenLocal diff --git a/stand-alone-dialog/build.sbt b/stand-alone-dialog/build.sbt index e180e33..0ba2281 100644 --- a/stand-alone-dialog/build.sbt +++ b/stand-alone-dialog/build.sbt @@ -2,11 +2,11 @@ name := "Stand-Alone Dialog" organization := "scalafx.org" version := "1.0.8" -scalaVersion := "2.13.10" +scalaVersion := "2.13.12" scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") -libraryDependencies += "org.scalafx" %% "scalafx" % "20.0.0-R31" +libraryDependencies += "org.scalafx" %% "scalafx" % "21.0.0-R32" resolvers ++= Opts.resolver.sonatypeOssSnapshots