diff --git a/README.md b/README.md index 02e4703..1981e65 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Waypoint can be used with other Scala.js libraries too, not just Laminar. More o Waypoint docs are not as exhaustive as Laminar's, but we have examples, and Waypoint is very, very small, so this shouldn't be a big deal. Just make sure you understand how the browser's History API works. - "com.raquo" %%% "waypoint" % "8.0.0-M3" // Depends on Airstream 17.0.0-M8 & URL DSL 0.6.0 + "com.raquo" %%% "waypoint" % "8.0.0-RC1" // Depends on Airstream 17.0.0-RC1 & URL DSL 0.6.0 diff --git a/project/Versions.scala b/project/Versions.scala index 94341f5..05f45f3 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -6,7 +6,7 @@ object Versions { // -- Dependencies -- - val Airstream = "17.0.0-M8" + val Airstream = "17.0.0-RC1" val UrlDsl = "0.6.0" @@ -14,7 +14,7 @@ object Versions { // -- Test -- - val Laminar = "17.0.0-M8" + val Laminar = "17.0.0-RC1" val Upickle = "2.0.0"