Skip to content

Commit

Permalink
Merge pull request #23 from Banana4Life/renovate/scala-3.x
Browse files Browse the repository at this point in the history
Update dependency scala to v3.6.1
  • Loading branch information
pschichtel authored Nov 23, 2024
2 parents efd76c4 + ce340b9 commit 0bee658
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 @@ -7,7 +7,7 @@ version := "1.0"
lazy val root = (project in file("."))
.enablePlugins(PlayScala)

scalaVersion := "3.5.1"
scalaVersion := "3.6.1"

routesGenerator := InjectedRoutesGenerator

Expand Down

0 comments on commit 0bee658

Please sign in to comment.