Skip to content

Commit

Permalink
Bump akka-bom_3 from 2.6.18 to 2.6.19 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 22, 2022
1 parent c1b8765 commit 47f35c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {

scalaMajorVersion = '3'
scalaVersion = '3.1.1'
akkaVersion = '2.6.18'
akkaVersion = '2.6.19'

tscfgVersion = '0.9.995'

Expand Down Expand Up @@ -58,8 +58,7 @@ dependencies {

// akka
implementation "com.typesafe.akka:akka-actor-typed_${scalaMajorVersion}:${akkaVersion}"
implementation platform("com.typesafe.akka:akka-bom_$scalaMajorVersion:2.6.18")
testImplementation "com.typesafe.akka:akka-actor-testkit-typed_$scalaMajorVersion:2.6.18"
testImplementation "com.typesafe.akka:akka-actor-testkit-typed_$scalaMajorVersion:${akkaVersion}"

// logging
implementation "com.typesafe.scala-logging:scala-logging_${scalaMajorVersion}:3.9.4"
Expand Down

0 comments on commit 47f35c1

Please sign in to comment.