Skip to content

Commit

Permalink
Laminar 17.0.0-M8
Browse files Browse the repository at this point in the history
  • Loading branch information
Iurii Malchenko committed Feb 29, 2024
1 parent 081c908 commit 540a8d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/DependencyVersions.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
object DependencyVersions {

val laminar = "17.0.0-M6"
val laminar = "17.0.0-M8"
val `tuplez-apply` = "0.4.0"
val domtestutils = "18.0.1"
val scalatest = "3.2.17"
val scalatest = "3.2.18"

// tests
val `scala-js-macrotask-executor` = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.8
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.4.0"
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"

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

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

Expand Down

0 comments on commit 540a8d7

Please sign in to comment.