Skip to content

Commit

Permalink
Force akka version to prevent module version conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Oct 28, 2020
1 parent e1a4cab commit 564906c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ object Common {
javaOptions += "-Xmx1G",
// Redirect logs from ElasticSearch (which uses log4j2) to slf4j
libraryDependencies += "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.9.1",
excludeDependencies += "org.apache.logging.log4j" % "log4j-core"
excludeDependencies += "org.apache.logging.log4j" % "log4j-core",
dependencyOverrides += "com.typesafe.akka" %% "akka-actor" % play.core.PlayVersion.akkaVersion
)

val stableVersion: Regex = "(\\d+\\.\\d+\\.\\d+)-(\\d+)".r
Expand Down

0 comments on commit 564906c

Please sign in to comment.