Skip to content

Commit

Permalink
Update plugins & SBT syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarowy committed May 14, 2018
1 parent bf3fa95 commit d86609e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions libautoman/build.sbt
Expand Up @@ -105,10 +105,10 @@ hashAsConstant := {
parallelExecution in Test := false

// MODIFY BUILD
compile <<= (compile in Compile) dependsOn hashAsConstant
compile := ((compile in Compile) dependsOn hashAsConstant).value

// GENERATING JAR
packSettings
enablePlugins(PackPlugin)

// MAVEN

Expand Down
8 changes: 4 additions & 4 deletions libautoman/project/plugins.sbt
@@ -1,7 +1,7 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.5.1")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.11")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")

0 comments on commit d86609e

Please sign in to comment.