Skip to content

Commit

Permalink
build: -SNAPSHOT version naming (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Dec 18, 2023
1 parent 46adcc6 commit 8035859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ inThisBuild(
),
licenses := Seq(("BUSL-1.1", url("https://raw.githubusercontent.com/akka/akka-persistence-r2dbc/main/LICENSE"))),
description := "An Akka Persistence backed by SQL database with R2DBC",
// append -SNAPSHOT to version when isSnapshot
dynverSonatypeSnapshots := true,
resolvers += "Akka library repository".at("https://repo.akka.io/maven"),
// add snapshot repo when Akka version overriden
resolvers ++=
Expand Down

0 comments on commit 8035859

Please sign in to comment.