Skip to content

Commit

Permalink
chore(deps): update dependency scala to v2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent fa2da0c commit 47245da
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.13.13",
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.13.13",
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.13.13",
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.13.13",
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.13.13",
spotless := SpotlessConfig(
noFailOnViolated = true,
dynamicDependencyWorkingDir = file(System.getProperty("plugin.scriptedTestDepDir")),
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-spotless/scala/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.11.12",
scalaVersion := "2.13.13",
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/sql/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.11.12",
scalaVersion := "2.13.13",
spotless := SpotlessConfig(
dynamicDependencyWorkingDir = file(System.getProperty("plugin.scriptedTestDepDir")),
dynamicDependencyCacheDir = file(System.getProperty("plugin.scriptedTestDepDir") + "/.spotless"),
Expand Down

0 comments on commit 47245da

Please sign in to comment.