From 62c490ed9d4555cbb5710973d5aace539824a9cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Jun 2026 20:00:10 +0000 Subject: [PATCH] Update commonmark to 0.29.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9836761..2116b6c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ logLevel := Level.Warn -libraryDependencies += "org.commonmark" % "commonmark" % "0.27.1" +libraryDependencies += "org.commonmark" % "commonmark" % "0.29.0" libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.5.0" libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1" libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.1"