Skip to content

Commit

Permalink
Bump Scala to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 18, 2023
1 parent 7e72fdf commit 57392d9
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions cell_factories/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions event-filters/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions hello-sbt/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions molecule-3d/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions properties/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions sam_event_handlers/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions scalafxml-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
4 changes: 2 additions & 2 deletions slick-table/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions splash-demo/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions spreadsheetview/build.sbt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions stand-alone-dialog/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 57392d9

Please sign in to comment.