pull/7112/head
Thibault Duplessis 2020-08-12 16:37:55 +02:00
parent 8f4f79ec50
commit 1b79443e56
3 changed files with 2 additions and 4 deletions

View File

@ -19,8 +19,6 @@ publishArtifact in (Compile, packageDoc) := false
// disable publishing the main sources jar
publishArtifact in (Compile, packageSrc) := false
PlayKeys.playDefaultPort := 9663
// don't stage the conf dir
PlayKeys.externalizeResources := false
// shorter prod classpath
scriptClasspath := Seq("*")
// give a fake assets dir to make sure they're not packaged

View File

@ -56,7 +56,7 @@ object Dependencies {
}
object play {
val version = "2.8.2-lila_0.5"
val version = "2.8.2-lila_0.6"
val api = "com.typesafe.play" %% "play" % version
val json = "com.typesafe.play" %% "play-json" % "2.9.0"
}

View File

@ -1,4 +1,4 @@
resolvers += Resolver.url("lila-maven", url("https://raw.githubusercontent.com/ornicar/lila-maven/master"))(Resolver.ivyStylePatterns)
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.2-lila_0.5")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.2-lila_0.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.3")