Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajozwik committed Aug 10, 2021
1 parent b60c431 commit da00a42
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions publish.sbt
Expand Up @@ -9,14 +9,8 @@ ThisBuild / developers := List(

ThisBuild / publishTo := sonatypePublishTo.value

ThisBuild / publishMavenStyle := true

Test / publishArtifact := false

ThisBuild / pomIncludeRepository := { _ =>
false
}

ThisBuild / licenses := Seq("MIT License" -> url("http://www.opensource.org/licenses/mit-license.php"))

val organizationUrl = "https://github.com/ajozwik"
Expand All @@ -33,3 +27,5 @@ ThisBuild / scmInfo := Option(
ThisBuild / organizationHomepage := Option(url(organizationUrl))

ThisBuild / homepage := Option(url(projectUrl))

ThisBuild / versionScheme := Option("semver-spec")

0 comments on commit da00a42

Please sign in to comment.