diff options
Diffstat (limited to 'Master/texmf-dist/source/support/tlcockpit/build.sbt')
-rw-r--r-- | Master/texmf-dist/source/support/tlcockpit/build.sbt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/support/tlcockpit/build.sbt b/Master/texmf-dist/source/support/tlcockpit/build.sbt index 8de4ff3e483..737ee577c2b 100644 --- a/Master/texmf-dist/source/support/tlcockpit/build.sbt +++ b/Master/texmf-dist/source/support/tlcockpit/build.sbt @@ -1,13 +1,15 @@ name := "tlcockpit" -version := "0.9" +version := "1.0" -scalaVersion := "2.12.3" +scalaVersion := "2.12.7" -libraryDependencies += "org.scalafx" % "scalafx_2.12" % "8.0.102-R11" +libraryDependencies += "org.scalafx" % "scalafx_2.12" % "8.0.181-R13" libraryDependencies += "io.spray" %% "spray-json" % "1.3.3" libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.7.2" libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" +libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.0-M3" +libraryDependencies += "org.json4s" %% "json4s-jackson" % "3.6.0-M3" mainClass in assembly := Some("TLCockpit.ApplicationMain") |