We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5686082 commit 76d4393Copy full SHA for 76d4393
formats/build.sbt
@@ -3,7 +3,7 @@ name := "overflowdb-formats"
3
libraryDependencies ++= Seq(
4
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
5
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
6
- ("com.github.pathikrit" %% "better-files" % "3.9.1" % Test).cross(CrossVersion.for3Use2_13),
+ "com.github.pathikrit" %% "better-files" % "3.9.2" % Test,
7
"com.github.scopt" %% "scopt" % "4.1.0",
8
"io.spray" %% "spray-json" % "1.3.6"
9
)
0 commit comments