Skip to content

Commit

Permalink
build: Rename build.sc to build.mill
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Dec 4, 2024
1 parent 66ad1cf commit ff4f6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc → build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
def pomSettings = PomSettings(
description = "A Spark plugin for reading and writing Excel files",
organization = "dev.mauch",
url = "https://github.com/crealytics/spark-excel",
url = "https://github.dev/mauch/spark-excel",
licenses = Seq(License.`Apache-2.0`),
versionControl = VersionControl.github("crealytics", "spark-excel"),
developers = Seq(Developer("nightscape", "Martin Mauch", "https://github.com/nightscape"))
Expand Down

0 comments on commit ff4f6bb

Please sign in to comment.