Skip to content

Commit cb86636

Browse files
committed
Whitespace: Minor cleanup in build.sbt
1 parent c17146c commit cb86636

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

build.sbt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ val commonSettings =
2323

2424
resolvers += "netlogoheadless" at "https://dl.cloudsmith.io/public/netlogo/netlogo/maven/",
2525
libraryDependencies ++= Seq(
26-
"org.nlogo" % "netlogoheadless" % nlDependencyVersion,
27-
"org.graalvm.polyglot" % "polyglot" % "25.0.2",
28-
"org.graalvm.polyglot" % "js-community" % "25.0.2",
29-
"org.scalaz" %% "scalaz-core" % scalazVersion,
30-
"com.typesafe.play" %% "play-json" % playJsonVersion,
31-
"com.lihaoyi" %% "scalatags" % "0.12.0" % "test",
32-
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
33-
"org.scalatestplus" %% "scalacheck-1-18" % "3.2.19.0" % "test",
34-
"org.skyscreamer" % "jsonassert" % "1.5.1" % "test",
35-
"org.nlogo" % "netlogoheadless" % nlDependencyVersion % "test" classifier "tests"
26+
"org.nlogo" % "netlogoheadless" % nlDependencyVersion,
27+
"org.graalvm.polyglot" % "polyglot" % "25.0.2",
28+
"org.graalvm.polyglot" % "js-community" % "25.0.2",
29+
"org.scalaz" %% "scalaz-core" % scalazVersion,
30+
"com.typesafe.play" %% "play-json" % playJsonVersion,
31+
"com.lihaoyi" %% "scalatags" % "0.12.0" % "test",
32+
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
33+
"org.scalatestplus" %% "scalacheck-1-18" % "3.2.19.0" % "test",
34+
"org.skyscreamer" % "jsonassert" % "1.5.1" % "test",
35+
"org.nlogo" % "netlogoheadless" % nlDependencyVersion % "test" classifier "tests"
3636
),
3737

3838
Compile / resourceDirectory := (root / baseDirectory).value / "resources" / "main",

0 commit comments

Comments
 (0)