@ -0,0 +1,9 @@
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / scalaVersion := "3.3.5"
lazy val root = (project in file("."))
.settings(
name := "exercice2",
libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "2.0.0"
)
The note is not visible to the blocked user.