Skip to content

Commit

Permalink
build: append -SNAPSHOT to version (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Nov 3, 2023
1 parent ff5fd4b commit e063891
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 @@ -3,6 +3,8 @@ import sbt.Keys.parallelExecution

ThisBuild / resolvers += "Akka library repository".at("https://repo.akka.io/maven")
ThisBuild / resolvers += Resolver.jcenterRepo
// append -SNAPSHOT to version when isSnapshot
ThisBuild / dynverSonatypeSnapshots := true
Global / excludeLintKeys += autoAPIMappings
Global / excludeLintKeys += projectInfoVersion
Global / excludeLintKeys += previewPath
Expand Down

0 comments on commit e063891

Please sign in to comment.