Skip to content

Commit 88e778f

Browse files
authored
Merge pull request #119 from scala-steward/update/better-files-3.9.2
Update better-files to 3.9.2
2 parents edbb64d + 6ddd16b commit 88e778f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
2121
"org.scalatest" %% "scalatest-propspec" % scalatestVersion % Test,
2222
"org.scalactic" %% "scalactic" % scalatestVersion % Test,
2323
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
24-
("com.github.pathikrit" %% "better-files" % "3.9.1").cross(CrossVersion.for3Use2_13),
24+
("com.github.pathikrit" %% "better-files" % "3.9.2").cross(CrossVersion.for3Use2_13),
2525
"org.slf4j" % "slf4j-api" % slf4jversion,
2626
"org.slf4j" % "slf4j-simple" % slf4jversion % Test,
2727
"org.apache.commons" % "commons-math3" % "3.6.1",

0 commit comments

Comments
 (0)