diff --git a/build.sbt b/build.sbt index bcd1280a6..5e45663d2 100644 --- a/build.sbt +++ b/build.sbt @@ -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