From 935b3c8e501582c60c5e65e8bee33c8a50b02d10 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 Oct 2025 19:05:52 +0000 Subject: [PATCH] Update scalajs-env-jsdom-nodejs to 1.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f7c4b4b7..7f18a97c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") -libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0" +libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.1"