Skip to content

Commit

Permalink
Update commonmark to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 11, 2023
1 parent 1f659b0 commit 03cedd0
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.20.0"
libraryDependencies += "org.commonmark" % "commonmark" % "0.21.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 03cedd0

Please sign in to comment.