Skip to content

Commit

Permalink
Build: Bump Laminar and Airstream
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Mar 13, 2024
1 parent c45f1d1 commit 62e6d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ object Versions {

// -- Dependencies --

val Airstream = "17.0.0-M8"
val Airstream = "17.0.0-RC1"

val UrlDsl = "0.6.0"

val ScalaJsDom = "2.8.0"

// -- Test --

val Laminar = "17.0.0-M8"
val Laminar = "17.0.0-RC1"

val Upickle = "2.0.0"

Expand Down

0 comments on commit 62e6d25

Please sign in to comment.