Skip to content

Commit

Permalink
arbeit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Pritzlaff committed Jan 2, 2022
1 parent dec4e5e commit 5a487e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -14,6 +14,7 @@ ThisBuild / releasePublishArtifactsAction := PgpKeys.publishSigned.value
ThisBuild / publishMavenStyle := true
ThisBuild / exportJars := false
ThisBuild / pomIncludeRepository := (_ => false)
ThisBuild / pushRemoteCacheConfiguration := pushRemoteCacheConfiguration.value.withOverwrite(true)
ThisBuild / publishTo := {
val nexus = "https://oss.sonatype.org/"
if (isSnapshot.value)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.1.0"
version in ThisBuild := "0.1.0-SNAPSHOT"

0 comments on commit 5a487e6

Please sign in to comment.