We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ca26c commit 7a40eedCopy full SHA for 7a40eed
build.sbt
@@ -37,6 +37,8 @@ ThisBuild / scalacOptions ++= {
37
Seq("-encoding", "UTF-8", "-deprecation", "-unchecked", "-feature") ++ additionalSettings
38
}
39
40
+ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
41
+
42
Test / publishArtifact := false
43
44
pomIncludeRepository := { x => false }
0 commit comments