Skip to content

Commit

Permalink
Merge pull request #25 from raboof/updateVersion
Browse files Browse the repository at this point in the history
Update to 0.6 and specify the upload prefix
  • Loading branch information
raboof authored Aug 29, 2018
2 parents 478acc0 + d2c753b commit 2971fa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: scala
jdk: oraclejdk8
script:
- sbt ^test scripted ^publishLocal
- md5sum target/scala-*/sbt-*/*.jar_
- md5sum target/scala-*/sbt-*/stripped/sbt-reproducible-builds-*.jar

deploy:
provider: script
Expand Down
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ libraryDependencies += "net.bzzt" % "reproducible-build" % "0.2"
libraryDependencies += "com.jsuereth" % "sbt-pgp" % sbtPgpVersion
libraryDependencies += "io.spray" %% "spray-json" % "1.3.4"

// Dogfood^WChampagne time!
import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin._
reproducibleBuildsUploadPrefix := uri("http://pi.bzzt.net:8081")

licenses += ("MIT", url("http://opensource.org/licenses/MIT"))

scriptedLaunchOpts := { scriptedLaunchOpts.value ++
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")

addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.2")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.6")

0 comments on commit 2971fa5

Please sign in to comment.