Skip to content

Commit

Permalink
chore(deps): update dependency scala to v2.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2021
1 parent fa2da0c commit de5efb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-spotless/cpp/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.moznion.sbt.spotless.config._
lazy val root = (project in file("."))
.settings(
version := "0.1",
scalaVersion := "2.12.11",
scalaVersion := "2.12.14",
spotless := SpotlessConfig(
dynamicDependencyWorkingDir = file(System.getProperty("plugin.scriptedTestDepDir")),
dynamicDependencyCacheDir = file(System.getProperty("plugin.scriptedTestDepDir") + "/.spotless"),
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-spotless/groovy/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.moznion.sbt.spotless.config._
lazy val root = (project in file("."))
.settings(
version := "0.1",
scalaVersion := "2.12.11",
scalaVersion := "2.12.14",
spotless := SpotlessConfig(
dynamicDependencyWorkingDir = file(System.getProperty("plugin.scriptedTestDepDir")),
dynamicDependencyCacheDir = file(System.getProperty("plugin.scriptedTestDepDir") + "/.spotless"),
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-spotless/java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.moznion.sbt.spotless.config._
lazy val root = (project in file("."))
.settings(
version := "0.1",
scalaVersion := "2.12.11",
scalaVersion := "2.12.14",
spotless := SpotlessConfig(
dynamicDependencyWorkingDir = file(System.getProperty("plugin.scriptedTestDepDir")),
dynamicDependencyCacheDir = file(System.getProperty("plugin.scriptedTestDepDir") + "/.spotless"),
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-spotless/kotlin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.moznion.sbt.spotless.config._
lazy val root = (project in file("."))
.settings(
version := "0.1",
scalaVersion := "2.12.11",
scalaVersion := "2.12.14",
spotless := SpotlessConfig(
dynamicDependencyWorkingDir = file(System.getProperty("plugin.scriptedTestDepDir")),
dynamicDependencyCacheDir = file(System.getProperty("plugin.scriptedTestDepDir") + "/.spotless"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.moznion.sbt.spotless.config._
lazy val root = (project in file("."))
.settings(
version := "0.1",
scalaVersion := "2.12.11",
scalaVersion := "2.12.14",
spotless := SpotlessConfig(
noFailOnViolated = true,
dynamicDependencyWorkingDir = file(System.getProperty("plugin.scriptedTestDepDir")),
Expand Down

0 comments on commit de5efb8

Please sign in to comment.