From 8d5c703d1d4bdbe45e270c97b026b69507460808 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 23 Oct 2024 00:23:56 +0000 Subject: [PATCH] Update commonmark to 0.24.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5cc8fda..1840d73 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ logLevel := Level.Warn -libraryDependencies += "org.commonmark" % "commonmark" % "0.21.0" +libraryDependencies += "org.commonmark" % "commonmark" % "0.24.0" 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"