Skip to content

Commit

Permalink
Merge pull request #13 from scala-steward/update/laminar-17.2.0
Browse files Browse the repository at this point in the history
Update laminar to 17.2.0
  • Loading branch information
felher authored Dec 27, 2024
2 parents c610a01 + 46b68d6 commit 15df5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lazy val root = project
),
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.8.0",
"com.raquo" %%% "laminar" % "17.1.0" % Provided,
"com.raquo" %%% "laminar" % "17.2.0" % Provided,
"com.lihaoyi" %%% "utest" % "0.8.4" % Test
),
jsEnv := new org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv(),
Expand All @@ -59,7 +59,7 @@ lazy val testMatrix = project
.enablePlugins(ScalaJSPlugin)
.settings(
libraryDependencies ++= Seq(
"com.raquo" %%% "laminar" % "17.1.0",
"com.raquo" %%% "laminar" % "17.2.0",
"org.felher" %%% "laminouter" % "0.17.1",
"org.felher" %%% "laminouter" % "0.17.1" % Test classifier "tests",
"com.lihaoyi" %%% "utest" % "0.8.4" % Test
Expand Down

0 comments on commit 15df5b0

Please sign in to comment.