Skip to content

Commit c519cda

Browse files
committed
Update build settings
- build.sbt see: sbt/sbt-pgp#150 - project/plugins.sbt: to support the latest gpg
1 parent 978f200 commit c519cda

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ lazy val commonSettings = Seq(
9696
fork in Test := true,
9797
resolvers += Resolver.jcenterRepo,
9898
shellPrompt := { state => "%s| %s> ".format(GitCommand.prompt.apply(state), version.value) },
99-
updateOptions := updateOptions.value.withCachedResolution(true)
99+
updateOptions := updateOptions.value.withCachedResolution(true),
100+
updateOptions := updateOptions.value.withGigahorse(false)
100101
) ++ Defaults.coreDefaultSettings
101102

102103
////////////////////////////////////////////////////////////////////////////////////////////////

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
55
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")
66
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
77
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.2")
8-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
8+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
99
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")

0 commit comments

Comments
 (0)