Skip to content

Commit

Permalink
Merge pull request #184 from scala-steward/update/commonmark-0.21.0
Browse files Browse the repository at this point in the history
Update commonmark to 0.21.0
  • Loading branch information
yurique authored Dec 5, 2023
2 parents d582910 + 03cedd0 commit fab39cd
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 fab39cd

Please sign in to comment.