Pre-Commit

This commit is contained in:
Pat Garrity 2026-07-20 21:49:58 -05:00
parent ead8979821
commit 6f3e21e75c
Signed by: pfm
GPG key ID: 0DC16BCA24B270C4
2 changed files with 21 additions and 20 deletions

View file

@ -28,7 +28,9 @@ lazy val publishSettings = Seq(
), ),
description := Description, description := Description,
licenses := List( licenses := List(
"MIT" -> uri(s"https://git.garrity.co/garrity-software/$ProjectName/LICENSE") "MIT" -> uri(
s"https://git.garrity.co/garrity-software/$ProjectName/LICENSE"
)
), ),
homepage := Some( homepage := Some(
uri(s"https://git.garrity.co/garrity-software/$ProjectName") uri(s"https://git.garrity.co/garrity-software/$ProjectName")
@ -48,9 +50,8 @@ lazy val root = Project(ProjectName, file("."))
.settings( .settings(
name := ProjectName, name := ProjectName,
version := CurrentVersion, version := CurrentVersion,
pluginCrossBuild / sbtVersion := { pluginCrossBuild / sbtVersion :=
"2.0.0" "2.0.0",
},
scalacOptions := Seq( scalacOptions := Seq(
"-encoding", "-encoding",
"utf8", "utf8",