Sbt : Add dep on scala-scraper.

This commit is contained in:
Dmitry Voronin 2024-09-23 18:15:31 +03:00
parent 6da9ac695f
commit add30216b5
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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",