Skip to content

Commit

Permalink
newline & style
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonport-db committed May 25, 2023
1 parent a15d3b6 commit 4ea53ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lazy val kernelDefault = (project in file("kernel-default"))
"org.apache.spark" %% "spark-core" % sparkVersion % "test" classifier "tests",
"org.apache.spark" %% "spark-catalyst" % sparkVersion % "test" classifier "tests",
"junit" % "junit" % "4.11" % "test",
"com.novocode" % "junit-interface" % "0.11" % "test",
"com.novocode" % "junit-interface" % "0.11" % "test"
)
)

Expand Down Expand Up @@ -107,4 +107,4 @@ lazy val releaseSettings = Seq(
// Other release settings
publishArtifact := true,
Test / publishArtifact := false
)
)

0 comments on commit 4ea53ef

Please sign in to comment.