Skip to content

Commit

Permalink
Updated sbt-slamdata to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Sep 18, 2019
1 parent 3e6bf4a commit a5bab88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
@@ -1,5 +1,5 @@
language: scala
scala: 2.12.8
scala: 2.12.10
jdk: openjdk8

services:
Expand Down Expand Up @@ -50,7 +50,3 @@ branches:
only:
- master
- /^backport.*$/

before_cache:
- find "$HOME/.sbt/" -name '*.lock' -print0 | xargs -0 rm -f
- find "$HOME/.ivy2/" -name 'ivydata-*.properties' -print0 | xargs -0 rm -f
3 changes: 1 addition & 2 deletions project/plugins.sbt
@@ -1,5 +1,4 @@
resolvers += Resolver.sonatypeRepo("releases")
resolvers += Resolver.bintrayRepo("slamdata-inc", "maven-public")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
addSbtPlugin("com.slamdata" % "sbt-slamdata" % "3.2.1")
addSbtPlugin("com.slamdata" % "sbt-slamdata" % "4.0.1")
2 changes: 1 addition & 1 deletion project/project/plugins.sbt
@@ -1,4 +1,4 @@
resolvers += Resolver.sonatypeRepo("releases")
resolvers += Resolver.bintrayRepo("slamdata-inc", "maven-public")

addSbtPlugin("com.slamdata" % "sbt-slamdata" % "3.2.1")
addSbtPlugin("com.slamdata" % "sbt-slamdata" % "4.0.1")

0 comments on commit a5bab88

Please sign in to comment.