Skip to content

Commit

Permalink
Update dependency com.typesafe.akka:akka-bom_2.13 to v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 2, 2023
1 parent 955312a commit 5350b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actor-solver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation(project(":core"))
testImplementation(kotlin("test-junit"))

implementation(platform("com.typesafe.akka:akka-bom_$akkaVersion:2.7.0"))
implementation(platform("com.typesafe.akka:akka-bom_$akkaVersion:2.8.3"))
implementation("com.typesafe.akka:akka-actor-typed_$akkaVersion")
implementation("com.typesafe.akka:akka-cluster-sharding-typed_$akkaVersion")
implementation("com.typesafe.akka:akka-serialization-jackson_$akkaVersion")
Expand Down

0 comments on commit 5350b17

Please sign in to comment.