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
@ -8,7 +8,7 @@ install:
scala:
- 2.12.8
jobs:
include:
- stage: verify
@ -28,4 +28,4 @@ deploy:
local-dir: router-docs/site
target-branch: gh-pages
on:
branch: master
branch: master

View File

@ -61,7 +61,7 @@ lazy val docs = project
lazy val copyFastOptJS = TaskKey[Unit]("copyFastOptJS", "Copy javascript files to target directory")
lazy val router = project
lazy val router = project
.in(file("./outwatch-router"))
.settings(name := "outwatch-router")
.enablePlugins(ScalaJSPlugin)
@ -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 := {