Skip to content

Commit

Permalink
-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 9, 2023
1 parent 0030a33 commit 07e3465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ val akkaGrpcRuntimeName = "akka-grpc-runtime"
lazy val mkBatAssemblyTask = taskKey[File]("Create a Windows bat assembly")

// gradle plugin compatibility (avoid `+` in snapshot versions)
(ThisBuild / dynverSeparator) := "-"
ThisBuild / dynverSeparator := "-"
// append -SNAPSHOT to version when isSnapshot
ThisBuild / dynverSonatypeSnapshots := true

val akkaGrpcCodegenId = "akka-grpc-codegen"
lazy val codegen = Project(id = akkaGrpcCodegenId, base = file("codegen"))
Expand Down

0 comments on commit 07e3465

Please sign in to comment.