summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/tlcockpit/build.sbt
blob: f5c2eab71502cde99f23265bdabc47cb25b3b0f2 (plain)
1
2
3
4
5
6
7
8
9
10
name := "tlcockpit"

version := "0.1"

scalaVersion := "2.12.3"

libraryDependencies += "org.scalafx" % "scalafx_2.12" % "8.0.102-R11"

// for scalafx
fork := true