From 346e719d236bc4c6e3099d5fd68028f040329601 Mon Sep 17 00:00:00 2001 From: elyphas Date: Wed, 5 Jun 2019 18:17:34 -0500 Subject: [PATCH] I update the outwatch version (#5) * Update outwatch commit Also update travis image to a more recent distribution --- .travis.yml | 6 +++--- build.sbt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45f58e6..9b45487 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/build.sbt b/build.sbt index 1f25304..8f55c9a 100644 --- a/build.sbt +++ b/build.sbt @@ -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 := {