Skip to content

Commit

Permalink
Updated some infrastructural dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Jul 29, 2017
1 parent 7687209 commit 55a6573
Show file tree
Hide file tree
Showing 2 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 @@ -10,7 +10,7 @@ matrix:
scala: 2.11.11
env: COVERAGE=coverage
- jdk: oraclejdk8
scala: 2.12.2
scala: 2.12.3
env: COVERAGE=

script:
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC3")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC7")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.8.0")
Expand All @@ -8,4 +8,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")

0 comments on commit 55a6573

Please sign in to comment.