Created
July 9, 2018 14:49
-
-
Save elyphas/a2ce48bf4c8e1903daa17de8b1c1e7af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// repository for Typesafe plugins | |
resolvers += "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/" | |
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22") // "0.6.22" "0.6.18" "1.0.0-M3" | |
addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2") //"1.0.6" | |
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.5") //"1.0.0" "1.3.3" | |
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.13") //"2.6.11" //addSbtPlugin("com.typesafe.play" % "play" % "2.5.18") //2.5.15 | |
addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.0.6") //"1.0.5" "1.0.6" | |
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.3") //"1.1.0" | |
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2") //"1.0.0" | |
//addSbtPlugin("ch.epfl.scala" % "sbt-web-scalajs-bundler" % "0.13.0") | |
//addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.0-M1") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment