mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-22 08:59:39 +00:00
8 lines
296 B
Scala
8 lines
296 B
Scala
// Comment to get more information during initialization
|
|
logLevel := Level.Warn
|
|
|
|
// The Typesafe repository
|
|
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
|
|
|
|
// Use the Play sbt plugin for Play projects
|
|
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.8") |