From 152d690b46ee14eb021b366ec18d2de56ca20dd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:28:09 +0000 Subject: [PATCH] chore(deps): update dependency net.ruippeixotog:scala-scraper to v3.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4707d78..47848bc 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val root = project Seq("-Xmx1024M", "-Dplugin.version=" + version.value) }, libraryDependencies ++= Seq( - "net.ruippeixotog" %% "scala-scraper" % "3.1.0", + "net.ruippeixotog" %% "scala-scraper" % "3.1.1", "net.steppschuh.markdowngenerator" % "markdowngenerator" % "1.3.1.1", "com.github.pathikrit" %% "better-files" % "3.9.2", "io.circe" %% "circe-yaml" % "1.15.0",