Pre-Commit
This commit is contained in:
parent
ead8979821
commit
6f3e21e75c
2 changed files with 21 additions and 20 deletions
|
|
@ -28,7 +28,9 @@ lazy val publishSettings = Seq(
|
|||
),
|
||||
description := Description,
|
||||
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(
|
||||
uri(s"https://git.garrity.co/garrity-software/$ProjectName")
|
||||
|
|
@ -48,9 +50,8 @@ lazy val root = Project(ProjectName, file("."))
|
|||
.settings(
|
||||
name := ProjectName,
|
||||
version := CurrentVersion,
|
||||
pluginCrossBuild / sbtVersion := {
|
||||
"2.0.0"
|
||||
},
|
||||
pluginCrossBuild / sbtVersion :=
|
||||
"2.0.0",
|
||||
scalacOptions := Seq(
|
||||
"-encoding",
|
||||
"utf8",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue