Skip to content

Commit

Permalink
Build: Bump dependencies, prep for v8.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Dec 5, 2023
1 parent f7a394e commit 08d17d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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" % "7.0.1" // Depends on Airstream 16.0.0 & URL DSL 0.6.0
"com.raquo" %%% "waypoint" % "8.0.0-M1" // Depends on Airstream 17.0.0-M2 & URL DSL 0.6.0



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

val Scala_2_12 = "2.12.17"

val Scala_2_13 = "2.13.10"
val Scala_2_13 = "2.13.12"

val Scala_3 = "3.3.0"
val Scala_3 = "3.3.1"

// -- Dependencies --

val Airstream = "16.0.0"
val Airstream = "17.0.0-M2"

val UrlDsl = "0.6.0"

val ScalaJsDom = "2.6.0"
val ScalaJsDom = "2.8.0"

// -- Test --

val Laminar = "16.0.0"
val Laminar = "17.0.0-M2"

val Upickle = "2.0.0"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
logLevel := Level.Warn

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")

Expand Down

0 comments on commit 08d17d3

Please sign in to comment.