This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new c12dde2b4 grpc 1.0.0 release (#231)
c12dde2b4 is described below

commit c12dde2b4b002ca2667a1e2cb450408468dabeca
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Aug 20 19:52:49 2023 +0100

    grpc 1.0.0 release (#231)
    
    * grpc 1.0.0 release
    
    * removing the snapshot resolver breaks because our paradox plugin needs it
---
 build.sbt           | 1 -
 project/plugins.sbt | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 71a978158..15e782c70 100644
--- a/build.sbt
+++ b/build.sbt
@@ -11,7 +11,6 @@ import 
net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCh
 
 // TODO: Remove when Pekko has a proper release
 ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
-ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
 ThisBuild / updateOptions := updateOptions.value.withLatestSnapshots(false)
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
diff --git a/project/plugins.sbt b/project/plugins.sbt
index bff2d3ae3..fe2565adf 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -37,6 +37,6 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
 addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % 
"3.0.2")
 addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
 // Pekko gRPC -- sync with version in Dependencies.scala:29
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % 
"1.0.0-RC1-3-ae23c14d-SNAPSHOT")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")
 // templating
 addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to