From 90a95c37024e4ab7c9d16649ea2ef25a356ca8ab Mon Sep 17 00:00:00 2001 From: Orbeon Date: Sun, 5 Oct 2025 00:27:39 +0000 Subject: [PATCH] Update nprogress to 0.2.0-1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a391ce965b..311f5424364 100644 --- a/build.sbt +++ b/build.sbt @@ -1458,7 +1458,7 @@ lazy val orbeonWarJVM = orbeonWar.jvm "org.webjars.npm" % "jquery" % "3.6.1", "org.webjars.npm" % "jquery.fancytree" % "2.21.0", "org.webjars.npm" % "mousetrap" % "1.6.2", - "org.webjars" % "nprogress" % "0.2.0", + "org.webjars" % "nprogress" % "0.2.0-1", "org.webjars.npm" % "orbeon__wpaint" % "1.13.1-orbeon.1", "org.webjars.npm" % "select2" % "4.0.13", "org.webjars.npm" % "tinymce" % "6.8.5",