Skip to content

Commit

Permalink
#2291 Update logback
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Dec 16, 2021
1 parent 84cbced commit 8f3608c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ScalliGraph
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ libraryDependencies in ThisBuild ++= {
}
dependencyOverrides in ThisBuild ++= Seq(
// "org.locationtech.spatial4j" % "spatial4j" % "0.6",
// "org.elasticsearch.client" % "elasticsearch-rest-client" % "6.7.2"
akkaActor
// "org.elasticsearch.client" % "elasticsearch-rest-client" % "6.7.2
akkaActor,
logbackClassic
)
PlayKeys.includeDocumentationInBinary := false
milestoneFilter := ((milestone: Milestone) => milestone.title.startsWith("4"))
Expand Down
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ object Dependencies {
lazy val playLogback = "com.typesafe.play" %% "play-logback" % play.core.PlayVersion.current
lazy val playGuice = "com.typesafe.play" %% "play-guice" % play.core.PlayVersion.current
lazy val playFilters = "com.typesafe.play" %% "filters-helpers" % play.core.PlayVersion.current
lazy val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.8"
lazy val playMockws = "de.leanovate.play-mockws" %% "play-mockws" % "2.8.0"
lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % akkaVersion
lazy val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % akkaVersion
Expand Down

0 comments on commit 8f3608c

Please sign in to comment.