Skip to content

Commit

Permalink
Merge pull request #41 from virtualeconomy/warnFix
Browse files Browse the repository at this point in the history
fix warning in sbt run
  • Loading branch information
ncying authored Apr 1, 2019
2 parents 9c0ca55 + 2efea0a commit 026d997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ libraryDependencies ++=
"io.monix" %% "monix" % "2.3.0"
)

dependencyOverrides ++= Seq(
"com.google.guava" % "guava" % "21.0"
)

sourceGenerators in Compile += Def.task {
val versionFile = (sourceManaged in Compile).value / "com" / "wavesplatform" / "Version.scala"
val versionExtractor = """(\d+)\.(\d+)\.(\d+).*""".r
Expand Down

0 comments on commit 026d997

Please sign in to comment.