Skip to content

Commit

Permalink
DEX-585 NODE 1.1.7 (#152)
Browse files Browse the repository at this point in the history
NODE version is bumped to v1.1.7
  • Loading branch information
vsuharnikov authored Jan 28, 2020
1 parent 16b03cf commit a18e08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.internal.inc.ReflectUtilities

addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)

def nodeVersionTag: String = "v1.1.6"
def nodeVersionTag: String = "v1.1.7"

lazy val node = ProjectRef(uri(s"git://github.com/wavesplatform/Waves.git#$nodeVersionTag"), "node")

Expand Down

0 comments on commit a18e08e

Please sign in to comment.