From a7e8d96e3b0ac2cd785c93e0914448062da1607c Mon Sep 17 00:00:00 2001 From: johannes karoff Date: Mon, 23 May 2022 10:33:34 +0200 Subject: [PATCH 1/2] Update outwatch version in scalalibs --- _data/library/scalalibs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/library/scalalibs.yml b/_data/library/scalalibs.yml index 072a37a8..7eeb1b10 100644 --- a/_data/library/scalalibs.yml +++ b/_data/library/scalalibs.yml @@ -108,10 +108,10 @@ url: https://github.com/chandu0101/sri desc: 'Sri (Scala React interface) is a scalajs library to build truly native cross platform (mobile (ios and android) and web) applications.' dep: '"com.github.chandu0101.sri" %%% "web" % "0.5.0"' - - name: OutWatch + - name: Outwatch url: https://outwatch.github.io/ - desc: 'A functional & reactive UI framework based on Rx' - dep: '"io.github.outwatch" %%% "outwatch" % "0.7.1"' + desc: 'The Functional and Reactive Web-Frontend Library for ScalaJS' + dep: '"io.github.outwatch" %%% "outwatch" % "1.0.0-RC7"' - name: Slinky url: https://slinky.shadaj.me/ desc: 'Write Scala.js React apps just like you would in ES6' From 311c58f30b32762089540ae64d4f739f8febe3ae Mon Sep 17 00:00:00 2001 From: johannes karoff Date: Mon, 23 May 2022 11:00:12 +0200 Subject: [PATCH 2/2] Update _data/library/scalalibs.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Doeraene --- _data/library/scalalibs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/library/scalalibs.yml b/_data/library/scalalibs.yml index 7eeb1b10..e43d6b01 100644 --- a/_data/library/scalalibs.yml +++ b/_data/library/scalalibs.yml @@ -110,7 +110,7 @@ dep: '"com.github.chandu0101.sri" %%% "web" % "0.5.0"' - name: Outwatch url: https://outwatch.github.io/ - desc: 'The Functional and Reactive Web-Frontend Library for ScalaJS' + desc: 'The Functional and Reactive Web-Frontend Library for Scala.js' dep: '"io.github.outwatch" %%% "outwatch" % "1.0.0-RC7"' - name: Slinky url: https://slinky.shadaj.me/