-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Akka 2.9.3 * Akka HTTP 10.6.3 * Akka gRPC 2.4.3 * Akka Persistence JDBC 5.4.1 * Akka Persistence R2DB 1.2.4 * Alpakka 8.0.0 * Alpakka Kafka 6.0.0 * Akka Paradox Theme 0.57 Some transitives: * Slick 3.5.1 * H2 (for tests) 2.2.224
- Loading branch information
1 parent
764bc38
commit d8cf9d8
Showing
16 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
resolvers += "Akka library repository".at("https://repo.akka.io/maven") | ||
|
||
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.2") | ||
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.3") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.13") | ||
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
samples/grpc/shopping-analytics-service-scala/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
resolvers += "Akka library repository".at("https://repo.akka.io/maven") | ||
|
||
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.2") | ||
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.3") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") | ||
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
resolvers += "Akka library repository".at("https://repo.akka.io/maven") | ||
|
||
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.2") | ||
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.3") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") | ||
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") |