Skip to content

Commit

Permalink
zwaves: 0.1.7-23-SNAPSHOT -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Oct 13, 2023
1 parent ec0ed47 commit 36ffa8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@ inScope(Global)(
testOptions += Tests.Setup(_ => sys.props("sbt-testing") = "true"),
network := Network.default(),
instrumentation := false,
resolvers ++= Resolver.sonatypeOssRepos("snapshots") ++ Seq(Resolver.mavenLocal) ++
Seq(MavenRepository("wvservices-releases", "https://nexus.wvservices.com/repository/maven-releases/")),
resolvers ++=
Resolver.sonatypeOssRepos("releases") ++
Resolver.sonatypeOssRepos("snapshots") ++
Seq(Resolver.mavenLocal, MavenRepository("wvservices-releases", "https://nexus.wvservices.com/repository/maven-releases/")),
Compile / doc / sources := Seq.empty,
Compile / packageDoc / publishArtifact := false,
concurrentRestrictions := Seq(Tags.limit(Tags.Test, math.min(EvaluateTask.SystemProcessors, 8))),
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ object Dependencies {
googleGuava,
curve25519,
bouncyCastleProvider,
"com.wavesplatform" % "zwaves" % "0.1.7-23-SNAPSHOT",
"com.wavesplatform" % "zwaves" % "0.2.0",
web3jModule("crypto")
) ++ langCompilerPlugins.value ++ scalapbRuntime.value ++ protobuf.value
)
Expand Down

0 comments on commit 36ffa8f

Please sign in to comment.