From add30216b5d5b87154f1b37bbc6f3d88648a74a2 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 23 Sep 2024 18:15:31 +0300 Subject: [PATCH] Sbt : Add dep on scala-scraper. --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index dea0554..a5674be 100644 --- a/build.sbt +++ b/build.sbt @@ -2,6 +2,8 @@ ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "3.3.3" +ThisBuild / libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "3.1.1" + lazy val root = (project in file(".")) .settings( name := "untitled",