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 599e42f commit a0997f4Copy full SHA for a0997f4
build.sbt
@@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
20
"com.typesafe.play" %% "play-json" % "2.4.8",
21
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
22
"com.codacy" %% "codacy-plugins-api" % "1.0.8" withSources(),
23
- "com.github.pathikrit" %% "better-files" % "2.17.1" withSources()
+ "com.github.pathikrit" %% "better-files" % "2.16.0" withSources()
24
)
25
26
organizationName := "Codacy"
0 commit comments