Skip to content

Commit

Permalink
Set 1.5.0-SNAPSHOT protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
xrtm000 committed Oct 6, 2023
1 parent 4ac6293 commit 9707670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.{Def, _}
object Dependencies {
// Node protobuf schemas
private[this] val protoSchemasLib =
"com.wavesplatform" % "protobuf-schemas" % "1.5.0-83-SNAPSHOT" classifier "protobuf-src" intransitive ()
"com.wavesplatform" % "protobuf-schemas" % "1.5.0-SNAPSHOT" classifier "protobuf-src" intransitive ()

def akkaModule(module: String): ModuleID = "com.typesafe.akka" %% s"akka-$module" % "2.6.20"

Expand Down

0 comments on commit 9707670

Please sign in to comment.