diff --git a/build.sc b/build.sc index fb1f6f80..24cc25c5 100644 --- a/build.sc +++ b/build.sc @@ -49,7 +49,7 @@ object Dependencies { } trait CommonModule extends CrossSbtModule with PublishModule with ScalafmtModule { - def publishVersion = "0.15.0-SNAPSHOT" + def publishVersion = "0.15.0-M2" def pomSettings = PomSettings( description = "Google Cloud Pub/Sub stream-based client built on top of cats-effect, fs2 and http4s.",