Skip to content

Commit

Permalink
Update dependency scala to v2.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2023
1 parent d27129f commit da5f240
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inThisBuild(
ciReleaseJobs := Seq.empty,
ciPostReleaseJobs := Seq.empty,
ciCheckWebsiteBuildProcess := Seq.empty,
scalaVersion := "2.13.8",
scalaVersion := "2.13.10",
ciTargetScalaVersions := makeTargetScalaMap(
`zio-quickstart-encode-decode-json`
).value,
Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-encode-decode-json/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.8"
scalaVersion := "2.13.10"
Test / fork := true

libraryDependencies += "dev.zio" %% "zio" % "2.0.12" % "test"
Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-graphql-webservice/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.8"
scalaVersion := "2.13.10"
organization := "dev.zio"
name := "zio-quickstart-graphql-webservice"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.8"
scalaVersion := "2.13.10"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice-custom-logger/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.8"
scalaVersion := "2.13.10"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice-dockerize/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.8"
scalaVersion := "2.13.10"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice-logging/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.8"
scalaVersion := "2.13.10"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-restful-webservice-metrics/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.8"
scalaVersion := "2.13.10"
organization := "dev.zio"
name := "zio-quickstart-restful-webservice"

Expand Down
2 changes: 1 addition & 1 deletion zio-quickstart-streams/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.8"
scalaVersion := "2.13.10"
organization := "dev.zio"

libraryDependencies ++= Seq(
Expand Down

0 comments on commit da5f240

Please sign in to comment.