Skip to content

Commit

Permalink
Set version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CremboC committed Feb 12, 2019
1 parent fcc66f9 commit 9170696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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
}
}

0 comments on commit 9170696

Please sign in to comment.