Skip to content

Commit f782411

Browse files
committed
scalafmt
1 parent b35b170 commit f782411

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

runner/launcher/src/mill/launcher/CoursierClient.scala

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import scala.concurrent.duration.Duration
1212
import mill.coursierutil.TestOverridesRepo
1313

1414
object CoursierClient {
15+
1516
/**
1617
* Resolves the classpath for the mill daemon.
1718
*
@@ -28,12 +29,20 @@ object CoursierClient {
2829
.withCache(coursierCache0)
2930
.withDependencies(Seq(
3031
Dependency(
31-
Module(Organization("com.lihaoyi"), ModuleName("mill-runner-daemon_3"), attributes = Map.empty),
32+
Module(
33+
Organization("com.lihaoyi"),
34+
ModuleName("mill-runner-daemon_3"),
35+
attributes = Map.empty
36+
),
3237
VersionConstraint(mill.client.BuildInfo.millVersion)
3338
)
3439
) ++ scalaVersion.map { version =>
3540
Dependency(
36-
Module(Organization("org.scala-lang"), ModuleName("scala3-compiler_3"), attributes = Map.empty),
41+
Module(
42+
Organization("org.scala-lang"),
43+
ModuleName("scala3-compiler_3"),
44+
attributes = Map.empty
45+
),
3746
VersionConstraint(version)
3847
)
3948
})

0 commit comments

Comments
 (0)