Skip to content

Commit

Permalink
Merge pull request #124 from gaeljw/renovate/scala-3.3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency scala to v3.3.2
  • Loading branch information
gaeljw authored Feb 19, 2024
2 parents be6f48c + 3ad530c commit e3cac81
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.1"
scalaVersion := "3.3.2"

val tapirVersion = "1.9.9"
val jacksonVersion = "2.16.0"
Expand Down

0 comments on commit e3cac81

Please sign in to comment.