File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ lazy val commonSettings = Seq(
96
96
fork in Test := true ,
97
97
resolvers += Resolver .jcenterRepo,
98
98
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 )
100
101
) ++ Defaults .coreDefaultSettings
101
102
102
103
// //////////////////////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
5
5
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.6" )
6
6
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.0" )
7
7
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 " )
9
9
addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.9.0" )
You can’t perform that action at this time.
0 commit comments