Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
thyandrecardoso committed Oct 5, 2023
1 parent 48f0f4b commit 8e727de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
Elastic4sCore,
ElasticsearchRestClient,
AkkaHttpTestkit % Test,
AkkaSlf4J % Test,
AkkaSlf4J % Test,
AkkaTestkitSpecs2Classic % Test,
Elastic4sTestkit % Test,
ElasticsearchClusterRunner % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Dependencies {
val AkkaHttp = "com.typesafe.akka" %% "akka-http" % Versions.AkkaHttp
val AkkaHttpCore = "com.typesafe.akka" %% "akka-http-core" % Versions.AkkaHttp
val AkkaHttpTestkit = "com.typesafe.akka" %% "akka-http-testkit" % Versions.AkkaHttp
val AkkaSlf4J = "com.typesafe.akka" %% "akka-slf4j" % Versions.Akka
val AkkaSlf4J = "com.typesafe.akka" %% "akka-slf4j" % Versions.Akka
val AkkaStream = "com.typesafe.akka" %% "akka-stream" % Versions.Akka
val AkkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % Versions.Akka
val AkkaTestkit = "com.typesafe.akka" %% "akka-testkit" % Versions.Akka
Expand Down

0 comments on commit 8e727de

Please sign in to comment.