Skip to content

Commit

Permalink
Update dependency com.typesafe.akka:akka-slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 897c094 commit ee9e393
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awsseract-core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.2.3",
"com.typesafe.akka" %% "akka-remote" % "2.2.3",
"com.typesafe.akka" %% "akka-kernel" % "2.2.3",
"com.typesafe.akka" %% "akka-slf4j" % "2.2.3"
"com.typesafe.akka" %% "akka-slf4j" % "2.3.16"
)

unmanagedJars in Compile <<= baseDirectory map { base => (base ** "*.jar").classpath }
Expand Down
2 changes: 1 addition & 1 deletion awsseract-frontend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.2.3",
"com.typesafe.akka" %% "akka-remote" % "2.2.3",
"com.typesafe.akka" %% "akka-kernel" % "2.2.3",
"com.typesafe.akka" %% "akka-slf4j" % "2.2.3",
"com.typesafe.akka" %% "akka-slf4j" % "2.8.5",
javaJdbc,
javaEbean,
cache
Expand Down
2 changes: 1 addition & 1 deletion awsseract-shared/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.2.3",
"com.typesafe.akka" %% "akka-remote" % "2.2.3",
"com.typesafe.akka" %% "akka-kernel" % "2.2.3",
"com.typesafe.akka" %% "akka-slf4j" % "2.2.3"
"com.typesafe.akka" %% "akka-slf4j" % "2.3.16"
)

unmanagedJars in Compile <<= baseDirectory map { base => (base ** "*.jar").classpath }
Expand Down

0 comments on commit ee9e393

Please sign in to comment.