Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Correct pgp version used for ci releases (#103)
Browse files Browse the repository at this point in the history
* Correct pgp version used

* missing space
  • Loading branch information
softinio authored Dec 8, 2019
1 parent 7903bef commit 8719e61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
updates.ignore = [ { groupId = "com.jsuereth", artifactId = "sbt-pgp" } ]
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.2.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.0.3")
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const siteConfig = {
// docsSideNavCollapsible: true,

// Show documentation's last contributor's name.
enableUpdateBy: true,
enableUpdateBy: false,

// Show documentation's last update time.
enableUpdateTime: true,
Expand Down

0 comments on commit 8719e61

Please sign in to comment.