Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 25, 2024
1 parent fb3730f commit 7ce4f20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scala_akka_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "akka-grpc-quickstart-scala"

version := "1.0"

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

run / fork := true

Expand Down
2 changes: 1 addition & 1 deletion scala_fs2_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "fs2-grpc-quickstart-scala"

version := "1.0"

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

run / fork := true

Expand Down
2 changes: 1 addition & 1 deletion scala_pekko_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "pekko-grpc-quickstart-scala"

version := "1.0"

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

run / fork := true

Expand Down
2 changes: 1 addition & 1 deletion scala_zio_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "zio-grpc-quickstart-scala"

version := "1.0"

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

run / fork := true

Expand Down

0 comments on commit 7ce4f20

Please sign in to comment.