This commit is contained in:
Pat Garrity 2026-07-20 21:46:53 -05:00
parent 06280e8ed3
commit 02e6884d37
Signed by: pfm
GPG key ID: 0DC16BCA24B270C4
3 changed files with 6 additions and 6 deletions

View file

@ -22,16 +22,16 @@ lazy val publishSettings = Seq(
pomIncludeRepository := Function.const(false),
scmInfo := Some(
ScmInfo(
url(s"https://git.garrity.co/garrity-software/$ProjectName"),
uri(s"https://git.garrity.co/garrity-software/$ProjectName"),
s"git@git.garrity.co:garrity-software/$ProjectName.git"
)
),
description := Description,
licenses := List(
"MIT" -> url(s"https://git.garrity.co/garrity-software/$ProjectName/LICENSE")
"MIT" -> uri(s"https://git.garrity.co/garrity-software/$ProjectName/LICENSE")
),
homepage := Some(
url(s"https://git.garrity.co/garrity-software/$ProjectName")
uri(s"https://git.garrity.co/garrity-software/$ProjectName")
),
publishTo := {
val repo = "https://maven.garrity.co/"

View file

@ -1 +1 @@
sbt.version=2.0.1
sbt.version=2.0.3

View file

@ -3,8 +3,8 @@ package gs
import java.nio.charset.StandardCharsets
import java.nio.file.Files
import java.nio.file.Paths
import sbt._
import sbt.Keys._
import sbt.*
import sbt.Keys.*
object GsPlugin extends AutoPlugin:
override def trigger = allRequirements