We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9203908 commit 158f378Copy full SHA for 158f378
build.sbt
@@ -24,6 +24,13 @@ lazy val commonSettings = List(
24
url = url("https://chilipiper.com"),
25
),
26
27
+ scmInfo := Some(
28
+ ScmInfo(
29
+ url("https://github.com/Chili-Piper/scala-quartz"),
30
+ "scm:git:https://github.com/Chili-Piper/scala-quartz.git",
31
+ Some("scm:git:git@github.com:Chili-Piper/scala-quartz.git")
32
+ )
33
+ ),
34
sonatypeCredentialHost := "s01.oss.sonatype.org",
35
versionScheme := Some("early-semver"),
36
scalaVersion := "2.13.16",
0 commit comments