Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency scala to v3.5.1 #7787

Merged
merged 1 commit into from
Sep 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scala/akkahttp/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "server"
scalaVersion := "3.5.0"
scalaVersion := "3.5.1"
resolvers += "Akka library repository".at("https://repo.akka.io/maven")

val AkkaVersion = "2.9.3"
Expand Down
2 changes: 1 addition & 1 deletion scala/http4s/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val Http4sVersionRange = "[0.23,0.24)"

name := "server"
scalaVersion := "3.5.0"
scalaVersion := "3.5.1"

lazy val root = (project in file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion scala/play/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val root = (project in file("."))
name := "server",
organization := "com.example",
version := "0.1.0-SNAPSHOT",
scalaVersion := "3.5.0",
scalaVersion := "3.5.1",
libraryDependencies ++= Seq(
guice
)
Expand Down
2 changes: 1 addition & 1 deletion scala/zio-http/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val ZioHttpVersion = "3.0.0"

name := "server"

scalaVersion := "3.5.0"
scalaVersion := "3.5.1"

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