Skip to content

Commit

Permalink
Update sbt to 1.9.4 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 3, 2023
1 parent c11eb03 commit 0d31104
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ lazy val root = (project in file("."))
automateHeaderSettings(Test, IntegrationTest),
headerSettings(Test, IntegrationTest),
libraryDependencies ++= deps,
fork in Test := true,
(Test / fork) := true,
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
useGpg := false,
pgpPublicRing := file(Path.userHome.absolutePath + "/.gnupg/pubring.gpg"),
pgpSecretRing := file(Path.userHome.absolutePath + "/.gnupg/secring.gpg"),
pgpPassphrase := sys.env.get("PGP_PASS").map(_.toArray),
publishMavenStyle := true,
publishArtifact in Test := false,
(Test / publishArtifact) := false,
pomIncludeRepository := (_ => false),
publishTo := Some(
if (version.value.trim.endsWith("SNAPSHOT"))
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.3.13
sbt.version = 1.9.4
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.0.12-SNAPSHOT"
(ThisBuild / version) := "0.0.12-SNAPSHOT"

0 comments on commit 0d31104

Please # to comment.