Skip to content

Commit efc2272

Browse files
authored
update pekko dependencies (#1247)
* test with pekko-grpc 1.2.0 (RC1) * Update Pekko HTTP dependency version to 1.3.0 * pekko 1.2.1 * Update plugins.sbt
1 parent c2c88c7 commit efc2272

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCh
1111

1212
sourceDistName := "apache-pekko-connectors"
1313
sourceDistIncubating := false
14-
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
1514

15+
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
1616
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
1717

1818
lazy val userProjects: Seq[ProjectReference] = List[ProjectReference](

project/PekkoCoreDependency.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
2020
object PekkoCoreDependency extends PekkoDependency {
2121
override val checkProject: String = "pekko-cluster-sharding-typed"
2222
override val module: Option[String] = None
23-
override val currentVersion: String = "1.1.5"
23+
override val currentVersion: String = "1.2.1"
2424
}

project/PekkoHttpDependency.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
2020
object PekkoHttpDependency extends PekkoDependency {
2121
override val checkProject: String = "pekko-http-testkit"
2222
override val module: Option[String] = Some("http")
23-
override val currentVersion: String = "1.1.0"
23+
override val currentVersion: String = "1.3.0"
2424
}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
2929
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
3030
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
3131
// Pekko gRPC -- sync with PekkoGrpcBinaryVersion in Dependencies.scala
32-
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1")
32+
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.2.0")
3333
// templating
3434
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
3535
// Run JUnit 5 tests with sbt

0 commit comments

Comments
 (0)