Skip to content

Commit

Permalink
chore(deps): update dependency scala to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent c4e9365 commit 100a9ab
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-us/ambiguous-names/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThisBuild / ubidoc / targetDirectory := baseDirectory.value / "customTarget"
ThisBuild / ubidoc / lookupDirectory := target.value / "site"

scalaVersion := "3.2.2"
scalaVersion := "3.4.0"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-us/configuration-file-extension/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.io.Source
ThisBuild / ubidoc / targetDirectory := baseDirectory.value / "customTarget"
ThisBuild / ubidoc / lookupDirectory := target.value / "site"

scalaVersion := "3.2.2"
scalaVersion := "3.4.0"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-us/contains-table/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.io.Source
ThisBuild / ubidoc / targetDirectory := baseDirectory.value / "customTarget"
ThisBuild / ubidoc / lookupDirectory := target.value / "site"

scalaVersion := "3.2.2"
scalaVersion := "3.4.0"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-us/link-solver/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ThisBuild / ubidoc / targetDirectory := baseDirectory.value / "customTarget"
ThisBuild / ubidoc / lookupDirectory := target.value / "site"
ThisBuild / ubidoc / linkSolver := ((_: String) => "fixed-link")

scalaVersion := "3.2.2"
scalaVersion := "3.4.0"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-us/not-considered-file/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.io.Source
ThisBuild / ubidoc / targetDirectory := baseDirectory.value / "customTarget"
ThisBuild / ubidoc / lookupDirectory := target.value / "site"

scalaVersion := "3.2.2"
scalaVersion := "3.4.0"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-us/overlapping-enum-cases/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.io.Source
ThisBuild / ubidoc / targetDirectory := baseDirectory.value / "customTarget"
ThisBuild / ubidoc / lookupDirectory := target.value / "site"

scalaVersion := "3.2.2"
scalaVersion := "3.4.0"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-us/overlapping-files/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThisBuild / ubidoc / targetDirectory := baseDirectory.value / "customTarget"
ThisBuild / ubidoc / lookupDirectory := target.value / "site"

scalaVersion := "3.2.2"
scalaVersion := "3.4.0"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-us/qualified-names/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.io.Source
ThisBuild / ubidoc / targetDirectory := baseDirectory.value / "customTarget"
ThisBuild / ubidoc / lookupDirectory := target.value / "site"

scalaVersion := "3.2.2"
scalaVersion := "3.4.0"

lazy val root = (project in file("."))
.settings(
Expand Down

0 comments on commit 100a9ab

Please sign in to comment.