Skip to content

Commit

Permalink
Merge pull request #944 from ahjohannessen/wip-scala35
Browse files Browse the repository at this point in the history
all: Scala 3.5
  • Loading branch information
ahjohannessen committed Aug 23, 2024
2 parents c8e7d7f + 1c5d94c commit 18c1c12
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 @@ -5,7 +5,7 @@ import Dependencies._
Global / onChangedBuildSource := ReloadOnSourceChanges
Global / lintUnusedKeysOnLoad := false

lazy val Scala3 = "3.4.3"
lazy val Scala3 = "3.5.0"

lazy val sec = project
.in(file("."))
Expand Down

0 comments on commit 18c1c12

Please sign in to comment.