try to get sbt-plugin to work

forked-play
Thibault Duplessis 2020-08-08 23:32:04 +02:00
parent 781abddc3d
commit 486d36fab9
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ object BuildSettings {
import Dependencies._
val lilaVersion = "3.0"
val lilaVersion = "3.1"
val globalScalaVersion = "2.13.3"
val useEpoll = sys.props.get("epoll").fold(false)(_.toBoolean)

View File

@ -77,7 +77,7 @@ object Dependencies {
val prometheus = "io.kamon" %% "kamon-prometheus" % version
}
object akka {
val version = "2.6.5"
val version = "2.6.8"
val akka = "com.typesafe.akka" %% "akka-actor" % version
val akkaTyped = "com.typesafe.akka" %% "akka-actor-typed" % version
val akkaStream = "com.typesafe.akka" %% "akka-stream" % version

View File

@ -1,4 +1,5 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.2-lila_0.2" from "https://raw.githubusercontent.com/ornicar/lila-maven/master/com.typesafe.play/sbt-plugin/scala_2.12/sbt_1.0/2.8.2-lila_0.2/jars/sbt-plugin.jar")
// addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.2-lila_0.1" from "file:///home/thib/.ivy2/local/com.typesafe.play/sbt-plugin/scala_2.12/sbt_1.0/2.8.2-lila_0.1/jars/sbt-plugin.jar")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.0")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.3")