Skip to content

Commit 36c9079

Browse files
Merge pull request #122 from ahjohannessen/wip-scala35
all: Scala 3.5
2 parents 57f1669 + 20a94d1 commit 36c9079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import deps._
33
Global / onChangedBuildSource := ReloadOnSourceChanges
44
Global / lintUnusedKeysOnLoad := false
55

6-
lazy val Scala3 = "3.4.3"
6+
lazy val Scala3 = "3.5.0"
77

88
lazy val root = project
99
.in(file("."))

0 commit comments

Comments
 (0)