Skip to content

Commit 158f378

Browse files
committed
chore: scminfo
1 parent 9203908 commit 158f378

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sbt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ lazy val commonSettings = List(
2424
url = url("https://chilipiper.com"),
2525
),
2626
),
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+
),
2734
sonatypeCredentialHost := "s01.oss.sonatype.org",
2835
versionScheme := Some("early-semver"),
2936
scalaVersion := "2.13.16",

0 commit comments

Comments
 (0)