Added jitpack repo link to scalafx-utils
This commit is contained in:
parent
81765c6dcd
commit
672851aeeb
@ -10,6 +10,7 @@ scalaVersion := "2.13.4"
|
||||
// Add dependency on ScalaFX library
|
||||
libraryDependencies += "org.scalafx" %% "scalafx" % "15.0.1-R20"
|
||||
resolvers += Resolver.sonatypeRepo("snapshots")
|
||||
resolvers += "jitpack" at "https://jitpack.io"
|
||||
|
||||
enablePlugins(JavaFxPlugin)
|
||||
|
||||
@ -45,7 +46,8 @@ libraryDependencies ++= Seq(
|
||||
"io.github.typhon0" % "AnimateFX" % "1.2.1",
|
||||
"com.beachape" %% "enumeratum" % "1.6.1",
|
||||
"com.chuusai" %% "shapeless" % "2.3.3",
|
||||
"org.gerweck.scalafx" %% "scalafx-utils" % "0.15.0",
|
||||
// "org.gerweck.scalafx" %% "scalafx-utils" % "0.15.0",
|
||||
"com.github.rohan-sircar" % "scalafx-utils" % "0.15.0-SNAPSHOT",
|
||||
"fr.brouillard.oss" % "cssfx" % "11.4.0",
|
||||
"com.lihaoyi" %% "sourcecode" % "0.2.1",
|
||||
"eu.timepit" %% "refined" % "0.9.19",
|
||||
|
Loading…
Reference in New Issue
Block a user