Skip to content

Commit

Permalink
Merge 54a26de into 9e7d57c
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta authored Dec 31, 2019
2 parents 9e7d57c + 54a26de commit af70c18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
script:
- sbt -jvm-opts .travis-jvmopts ++$TRAVIS_SCALA_VERSION test:compile test:doc
- travis_wait 30 sleep 1800 &
- sbt -jvm-opts .travis-jvmopts ++$TRAVIS_SCALA_VERSION test
- travis_retry sbt -jvm-opts .travis-jvmopts ++$TRAVIS_SCALA_VERSION test
- scala: 2.11.12
jdk: openjdk8
script:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ lazy val commonWithPublishSettings =

lazy val resolverSettings = Seq(
resolvers ++= Seq(
"Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/",
"Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases/",
"Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
"Sonatype releases" at "https://oss.sonatype.org/content/repositories/releases"
)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.2.8
sbt.version = 1.3.6

0 comments on commit af70c18

Please sign in to comment.