I update the outwatch version (#5)
* Update outwatch commit Also update travis image to a more recent distribution
This commit is contained in:
parent
2a9c485c50
commit
346e719d23
@ -1,5 +1,5 @@
|
|||||||
language: scala
|
language: scala
|
||||||
|
dist: xenial
|
||||||
install:
|
install:
|
||||||
- rvm use 2.3.0 --install --fuzzy
|
- rvm use 2.3.0 --install --fuzzy
|
||||||
- gem update --system
|
- gem update --system
|
||||||
|
@ -81,7 +81,7 @@ lazy val router = project
|
|||||||
webpackBundlingMode in fastOptJS := BundlingMode.LibraryOnly(),
|
webpackBundlingMode in fastOptJS := BundlingMode.LibraryOnly(),
|
||||||
resolvers += "jitpack" at "https://jitpack.io",
|
resolvers += "jitpack" at "https://jitpack.io",
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.github.outwatch" % "outwatch" % "e0f28a8fbb",
|
"io.github.outwatch" % "outwatch" % "676f94a",
|
||||||
"org.scalatest" %%% "scalatest" % "3.0.5" % Test
|
"org.scalatest" %%% "scalatest" % "3.0.5" % Test
|
||||||
),
|
),
|
||||||
copyFastOptJS := {
|
copyFastOptJS := {
|
||||||
|
Loading…
Reference in New Issue
Block a user