We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ec979 commit 8d3b0daCopy full SHA for 8d3b0da
1 file changed
build.sbt
@@ -53,8 +53,8 @@ lazy val core =
53
.settings(stdSettings *)
54
.settings(
55
libraryDependencies ++= Seq(
56
- "dev.zio" %% "zio" % zioVersion,
57
- "io.github.kantan-scala" %% "kantan.csv" % "0.11.0",
+ "dev.zio" %% "zio" % zioVersion,
+ "io.github.kantan-scala" %% "kantan.csv" % "0.11.0",
58
"com.github.pathikrit" %% "better-files" % "3.9.2",
59
) ++ poi ++ testKitLibs,
60
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
0 commit comments