Skip to content

Commit

Permalink
Fixed build not resolving plume
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed May 6, 2022
1 parent 0d5ea14 commit 4b2bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ run := Defaults
.evaluated

libraryDependencies ++= Seq(
"com.github.plume-oss" %% "plume" % plumeVersion,
"com.github.plume-oss" % "plume" % plumeVersion,
"org.apache.logging.log4j" % "log4j-core" % log4jVersion,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % log4jVersion,
"org.lz4" % "lz4-java" % lz4Version,
Expand Down

0 comments on commit 4b2bc63

Please sign in to comment.