Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Jul 23, 2024
1 parent b78375b commit 8504fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "sbt-publish-with-headers"
homepage := Some(url("https://github.com/guizmaii-opensource/sbt-publish-with-headers"))
licenses := Seq("Apache 2.0" -> url("https://opensource.org/license/apache-2.0"))
versionScheme := Some("semver-spec")
ThisBuild / developers :=
developers :=
List(
Developer(
"matejonnet",
Expand All @@ -22,7 +22,7 @@ ThisBuild / developers :=
"Jules Ivanic",
"jules.ivanic@gmail.com",
url("https://x.com/guizmaii"),
)
),
)

Global / onChangedBuildSource := ReloadOnSourceChanges
Expand Down

0 comments on commit 8504fc0

Please sign in to comment.