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.
2 parents edbb64d + 6ddd16b commit 88e778fCopy full SHA for 88e778f
build.sbt
@@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
21
"org.scalatest" %% "scalatest-propspec" % scalatestVersion % Test,
22
"org.scalactic" %% "scalactic" % scalatestVersion % Test,
23
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
24
- ("com.github.pathikrit" %% "better-files" % "3.9.1").cross(CrossVersion.for3Use2_13),
+ ("com.github.pathikrit" %% "better-files" % "3.9.2").cross(CrossVersion.for3Use2_13),
25
"org.slf4j" % "slf4j-api" % slf4jversion,
26
"org.slf4j" % "slf4j-simple" % slf4jversion % Test,
27
"org.apache.commons" % "commons-math3" % "3.6.1",
0 commit comments