Sbt : Add dep on scala-scraper.
This commit is contained in:
parent
6da9ac695f
commit
add30216b5
|
@ -2,6 +2,8 @@ ThisBuild / version := "0.1.0-SNAPSHOT"
|
||||||
|
|
||||||
ThisBuild / scalaVersion := "3.3.3"
|
ThisBuild / scalaVersion := "3.3.3"
|
||||||
|
|
||||||
|
ThisBuild / libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "3.1.1"
|
||||||
|
|
||||||
lazy val root = (project in file("."))
|
lazy val root = (project in file("."))
|
||||||
.settings(
|
.settings(
|
||||||
name := "untitled",
|
name := "untitled",
|
||||||
|
|
Reference in a new issue