diff --git a/build.sc b/build.sc index f77dba5f..edf1f33b 100644 --- a/build.sc +++ b/build.sc @@ -40,7 +40,7 @@ object Dependencies { trait CommonModule extends SbtModule with PublishModule { def scalaVersion = "2.12.8" - def publishVersion = "0.7.1-SNAPSHOT" + def publishVersion = "0.8.0" def pomSettings = PomSettings( description = "Google Cloud Pub/Sub stream-based client built on top of cats-effect, fs2 and http4s.", @@ -141,4 +141,4 @@ object `fs2-google-pubsub-http` extends CommonModule { object `fs2-google-pubsub-grpc` extends CommonModule { override def moduleDeps = List(`fs2-google-pubsub`) override def ivyDeps = commonDependencies ++ grpcDependencies -} \ No newline at end of file +}