Skip to content

Commit f45e513

Browse files
committed
build: add github registry, add linter warnings
1 parent cadd44d commit f45e513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ resolvers ++= Seq(
8181
Resolver.mavenLocal,
8282
"eXist-db Releases" at "https://repo.exist-db.org/repository/exist-db/",
8383
"eXist-db Snapshots" at "https://repo.exist-db.org/repository/exist-db-snapshots/",
84-
"eXist-db Maven Repo" at "https://raw.github.com/eXist-db/mvn-repo/master/"
84+
"eXist-db Snapshots on Github" at "https://maven.pkg.github.com/exist/existdb/"
8585
)
8686

8787
javacOptions ++= Seq("-source", "21", "-target", "21")
8888

89-
scalacOptions ++= Seq("-target:jvm-21", "-encoding", "utf-8", "-deprecation", "-feature", "-Ywarn-unused")
89+
scalacOptions ++= Seq("-target:jvm-21", "-encoding", "utf-8", "-deprecation", "-feature", "-Ywarn-unused", "-Xlint")
9090

9191
// Fancy up the Assembly JAR
9292
Compile / packageBin / packageOptions += {

0 commit comments

Comments
 (0)