This repository has been archived on 2024-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
test2gis/build.sbt

12 lines
302 B
Plaintext
Raw Normal View History

2024-09-23 10:54:27 +03:00
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / scalaVersion := "3.3.3"
2024-09-23 18:15:31 +03:00
ThisBuild / libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "3.1.1"
2024-09-23 10:54:27 +03:00
lazy val root = (project in file("."))
.settings(
name := "untitled",
idePackagePrefix := Some("com.voronind.doublegis.test")
)