Skip to content

Commit 2ebf435

Browse files
authored
bump: Akka 2.9.0 (#3032)
1 parent fb55373 commit 2ebf435

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

google-cloud-pub-sub-grpc/src/main/scala/akka/stream/alpakka/googlecloud/pubsub/grpc/impl/DeprecatedCredentials.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ private[grpc] final case class DeprecatedCredentials(underlying: CallCredentials
2020
applier: CallCredentials.MetadataApplier): Unit =
2121
underlying.applyRequestMetadata(requestInfo, appExecutor, applier)
2222

23+
@deprecated("unstable API", "7.0.0")
2324
override def thisUsesUnstableApi(): Unit = underlying.thisUsesUnstableApi()
2425
}

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010
val Scala2Versions = Seq(Scala213)
1111
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3
1212

13-
val AkkaVersion = "2.9.0-M3"
13+
val AkkaVersion = "2.9.0"
1414
val AkkaBinaryVersion = "2.9"
1515

1616
val InfluxDBJavaVersion = "2.15"
@@ -20,9 +20,9 @@ object Dependencies {
2020
// Sync with plugins.sbt
2121
val AkkaGrpcBinaryVersion = "2.4"
2222
// sync ignore prefix in scripts/link-validator.conf#L30
23-
val AkkaHttpVersion = "10.6.0-M2"
23+
val AkkaHttpVersion = "10.6.0"
2424
val AkkaHttpBinaryVersion = "10.6"
25-
val AlpakkaKafkaVersion = "5.0.0-M1"
25+
val AlpakkaKafkaVersion = "5.0.0"
2626
val ScalaTestVersion = "3.2.15"
2727
val TestContainersScalaTestVersion = "0.40.3" // pulls Testcontainers 1.16.2
2828
val mockitoVersion = "4.8.1" // check even https://github.com/scalatest/scalatestplus-mockito/releases

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1616
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
1717
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0")
1818
// Akka gRPC -- sync with version in Dependencies.scala:22
19-
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.0-M1")
19+
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.0")
2020
// templating
2121
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")

0 commit comments

Comments
 (0)