lila/project/plugins.sbt

8 lines
268 B
Plaintext
Raw Normal View History

2013-05-04 13:51:59 -06:00
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
2012-03-15 15:57:40 -06:00
2017-10-16 03:18:12 -06:00
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.11")
2017-10-21 09:17:37 -06:00
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1")
2017-10-21 09:28:56 -06:00
2017-10-24 15:30:49 -06:00
//addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.3")