Skip to content

Commit

Permalink
Merge pull request #162 from gaeljw/renovate/scala-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency scala to v3.5.1
  • Loading branch information
gaeljw authored Oct 9, 2024
2 parents bd66ae3 + b0f7489 commit 2524cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val root = (project in file("."))

publishTo := Some(Resolver.file("Unused transient repository", file("target/unusedrepo")))

scalaVersion := "3.3.4"
scalaVersion := "3.5.1"

val tapirVersion = "1.11.7"
val jacksonVersion = "2.18.0"
Expand Down

0 comments on commit 2524cdf

Please sign in to comment.