Skip to content

Commit daae50a

Browse files
committed
Remove scala 2.10
1 parent a0997f4 commit daae50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version := "2.7.1"
1010

1111
scalaVersion := "2.11.8"
1212

13-
crossScalaVersions := Seq("2.10.5", scalaVersion.value)
13+
crossScalaVersions := Seq(scalaVersion.value)
1414

1515
scalacOptions := Seq("-deprecation", "-feature", "-unchecked", "-Ywarn-adapted-args", "-Xlint")
1616

@@ -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.16.0" withSources()
23+
"com.github.pathikrit" %% "better-files" % "2.17.1" withSources()
2424
)
2525

2626
organizationName := "Codacy"

0 commit comments

Comments
 (0)