diff --git a/examples/snippets/modules/ROOT/examples/akkastreams-grpc-java/project/cloudflow-plugins.sbt b/examples/snippets/modules/ROOT/examples/akkastreams-grpc-java/project/cloudflow-plugins.sbt index 89766da5f..b42b6e58b 100644 --- a/examples/snippets/modules/ROOT/examples/akkastreams-grpc-java/project/cloudflow-plugins.sbt +++ b/examples/snippets/modules/ROOT/examples/akkastreams-grpc-java/project/cloudflow-plugins.sbt @@ -1,6 +1,3 @@ -// Resolver for the cloudflow-sbt plugin -resolvers += Resolver.url("cloudflow", url("https://lightbend.bintray.com/cloudflow"))(Resolver.ivyStylePatterns) - // Needs cloudflow from https://github.com/lightbend/cloudflow/pull/642 val latestVersion = { sys.env.get("CLOUDFLOW_VERSION").fold( diff --git a/examples/snippets/modules/ROOT/examples/akkastreams-grpc-scala/project/cloudflow-plugins.sbt b/examples/snippets/modules/ROOT/examples/akkastreams-grpc-scala/project/cloudflow-plugins.sbt index 89766da5f..b42b6e58b 100644 --- a/examples/snippets/modules/ROOT/examples/akkastreams-grpc-scala/project/cloudflow-plugins.sbt +++ b/examples/snippets/modules/ROOT/examples/akkastreams-grpc-scala/project/cloudflow-plugins.sbt @@ -1,6 +1,3 @@ -// Resolver for the cloudflow-sbt plugin -resolvers += Resolver.url("cloudflow", url("https://lightbend.bintray.com/cloudflow"))(Resolver.ivyStylePatterns) - // Needs cloudflow from https://github.com/lightbend/cloudflow/pull/642 val latestVersion = { sys.env.get("CLOUDFLOW_VERSION").fold( diff --git a/examples/taxi-ride-proto/project/cloudflow-plugins.sbt b/examples/taxi-ride-proto/project/cloudflow-plugins.sbt index 1d0ca28a7..8e5465190 100644 --- a/examples/taxi-ride-proto/project/cloudflow-plugins.sbt +++ b/examples/taxi-ride-proto/project/cloudflow-plugins.sbt @@ -1,5 +1 @@ -// Resolver for the cloudflow-sbt plugin -// -resolvers += Resolver.url("cloudflow", url("https://lightbend.bintray.com/cloudflow"))(Resolver.ivyStylePatterns) - addSbtPlugin("com.lightbend.cloudflow" % "sbt-cloudflow" % "2.0.10")