I update the outwatch version (#5)

* Update outwatch commit

Also update travis image to a more recent distribution
This commit is contained in:
elyphas 2019-06-05 18:17:34 -05:00 committed by Zak Patterson
parent 2a9c485c50
commit 346e719d23
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
language: scala
dist: xenial
install:
- rvm use 2.3.0 --install --fuzzy
- gem update --system

View File

@ -81,7 +81,7 @@ lazy val router = project
webpackBundlingMode in fastOptJS := BundlingMode.LibraryOnly(),
resolvers += "jitpack" at "https://jitpack.io",
libraryDependencies ++= Seq(
"io.github.outwatch" % "outwatch" % "e0f28a8fbb",
"io.github.outwatch" % "outwatch" % "676f94a",
"org.scalatest" %%% "scalatest" % "3.0.5" % Test
),
copyFastOptJS := {