Skip to content

Commit 7a2309a

Browse files
author
Matteo Di Pirro
committed
SCALA-355 Indent code
1 parent 7e43719 commit 7a2309a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ lazy val scala_akka_2 = (project in file("scala-akka-2"))
220220
"com.typesafe.akka" %% "akka-persistence-typed" % AkkaVersion,
221221
"com.typesafe.akka" %% "akka-actor-testkit-typed" % AkkaVersion % "it,test",
222222
"com.typesafe.akka" %% "akka-http-testkit" % AkkaHttpVersion % "it,test",
223-
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test
223+
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test
224224
) ++ scalaTestDeps.map(_.withConfigurations(Some("it,test")))
225225
)
226226
val monocleVersion = "2.1.0"

0 commit comments

Comments
 (0)