=pro Use provided dependency from persistence in bench-jmh
* compilation error when running release script
This commit is contained in:
parent
e16ea0bf79
commit
fe144aabd4
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ object AkkaBuild extends Build {
|
|||
lazy val benchJmh = Project(
|
||||
id = "akka-bench-jmh",
|
||||
base = file("akka-bench-jmh"),
|
||||
dependencies = Seq(actor, persistence, testkit).map(_ % "compile;compile->test;provided->test")
|
||||
dependencies = Seq(actor, persistence, testkit).map(_ % "compile;compile->test;provided->provided")
|
||||
).disablePlugins(ValidatePullRequest)
|
||||
|
||||
lazy val remote = Project(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue