From 76cfb867ad2575775e1387d180ee84a2bfce53f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Aug 2023 15:48:25 +0000 Subject: [PATCH] Update flexmark-all to 0.64.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0dfa3b96..08ada4b6 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ val play = Seq( "com.softwaremill.macwire" %% "macrosakka" % macwireVersion % Provided) val playTest = Seq( "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0").map(_ % Test) -val flexmark = Seq("com.vladsch.flexmark" % "flexmark-all" % "0.61.34") +val flexmark = Seq("com.vladsch.flexmark" % "flexmark-all" % "0.64.8") val mustache = Seq("com.github.eikek" %% "yamusca-core" % "0.6.2") val liquid = Seq("nl.big-o" % "liqp" % "0.7.9") val sendgrid = Seq("com.sendgrid" % "sendgrid-java" % "4.6.1")