Skip to content

Commit

Permalink
Update commonmark to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 18, 2024
1 parent 1f21cee commit a17036f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
logLevel := Level.Warn

libraryDependencies += "org.commonmark" % "commonmark" % "0.21.0"
libraryDependencies += "org.commonmark" % "commonmark" % "0.22.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"
Expand Down

0 comments on commit a17036f

Please sign in to comment.