Skip to content

Commit 76d4393

Browse files
authored
better-files now has a scala3 release (#354)
1 parent 5686082 commit 76d4393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formats/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "overflowdb-formats"
33
libraryDependencies ++= Seq(
44
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
55
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
6-
("com.github.pathikrit" %% "better-files" % "3.9.1" % Test).cross(CrossVersion.for3Use2_13),
6+
"com.github.pathikrit" %% "better-files" % "3.9.2" % Test,
77
"com.github.scopt" %% "scopt" % "4.1.0",
88
"io.spray" %% "spray-json" % "1.3.6"
99
)

0 commit comments

Comments
 (0)