Skip to content

Commit a0997f4

Browse files
committed
better.files for scala 2.10
1 parent 599e42f commit a0997f4

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
@@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
2020
"com.typesafe.play" %% "play-json" % "2.4.8",
2121
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
2222
"com.codacy" %% "codacy-plugins-api" % "1.0.8" withSources(),
23-
"com.github.pathikrit" %% "better-files" % "2.17.1" withSources()
23+
"com.github.pathikrit" %% "better-files" % "2.16.0" withSources()
2424
)
2525

2626
organizationName := "Codacy"

0 commit comments

Comments
 (0)