Skip to content

Commit

Permalink
Use release plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 3, 2019
1 parent 2128af7 commit 5b33131
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -91,9 +91,9 @@ jobs:
script:
- sh -e scripts/build-prereq.sh sbt-testlogconfig
- sh -e scripts/build-prereq.sh sbt-jbake
- sh -e scripts/build-prereq.sh sbt-filterresources
- sh -e scripts/build-prereq.sh sbt-phoenix
- sh -e scripts/build-prereq.sh sbt-blendedbuild
# - sh -e scripts/build-prereq.sh sbt-filterresources
# - sh -e scripts/build-prereq.sh sbt-phoenix
# - sh -e scripts/build-prereq.sh sbt-blendedbuild

# ------ Stage Test
- stage: Test
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Expand Up @@ -35,8 +35,8 @@ addSbtPlugin("de.wayofquality" % "sbt-testlogconfig" % "0.1.0-SNAPSHOT")
addSbtPlugin("de.wayofquality" % "sbt-jbake" % "0.1.0-SNAPSHOT")

// Filter resources (like Maven)
addSbtPlugin("de.wayofquality" % "sbt-filterresources" % "0.1.1-SNAPSHOT")
addSbtPlugin("de.wayofquality" % "sbt-filterresources" % "0.1.1")

addSbtPlugin("de.wayofquality.sbt" % "sbt-phoenix" % "0.1-SNAPSHOT")
addSbtPlugin("de.wayofquality.sbt" % "sbt-phoenix" % "0.1.0")

addSbtPlugin("de.wayofquality.blended" % "sbt-blendedbuild" % "0.1-SNAPSHOT")
addSbtPlugin("de.wayofquality.blended" % "sbt-blendedbuild" % "0.1.1")

0 comments on commit 5b33131

Please sign in to comment.