Skip to content

Commit

Permalink
Build: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed May 9, 2024
1 parent 62e6d25 commit 97b1e24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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-RC1" // Depends on Airstream 17.0.0-RC1 & URL DSL 0.6.0
"com.raquo" %%% "waypoint" % "8.0.0" // Depends on Airstream 17.0.0 & URL DSL 0.6.1



Expand Down
8 changes: 4 additions & 4 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
object Versions {

val Scala_2_13 = "2.13.12"
val Scala_2_13 = "2.13.14"

val Scala_3 = "3.3.1"

// -- Dependencies --

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

val UrlDsl = "0.6.0"
val UrlDsl = "0.6.1"

val ScalaJsDom = "2.8.0"

// -- Test --

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

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.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")

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

Expand Down

0 comments on commit 97b1e24

Please sign in to comment.