Skip to content

Commit

Permalink
import play.logback
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 16, 2022
1 parent 85446bf commit a557c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Universal / sourceDirectory := baseDirectory.value / "dist"

// format: off
libraryDependencies ++= akka.bundle ++ playWs.bundle ++ macwire.bundle ++ Seq(
play.json, play.server, play.netty,
play.json, play.server, play.netty, play.logback,
chess, compression, scalalib, hasher,
reactivemongo.driver, /* reactivemongo.kamon, */ maxmind, prismic, scalatags,
kamon.core, kamon.influxdb, kamon.metrics, kamon.prometheus,
Expand Down
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ object Dependencies {

object play {
val playVersion = "2.8.18-lila_3.4"
val api = "com.typesafe.play" %% "play" % playVersion
val json = "com.typesafe.play" %% "play-json" % "2.10.0-RC7"
val jsonJoda = "com.typesafe.play" %% "play-json-joda" % "2.10.0-RC7"
val api = "com.typesafe.play" %% "play" % playVersion
val server = "com.typesafe.play" %% "play-server" % playVersion
val netty = "com.typesafe.play" %% "play-netty-server" % playVersion
val logback = "com.typesafe.play" %% "play-logback" % playVersion
}

object playWs {
Expand Down

0 comments on commit a557c8c

Please sign in to comment.