Skip to content

Commit 19d66e8

Browse files
committed
Fixed Scala version to 3.5.2, as 3.6.X introduces breaking changes, which I will fix when it is released.
Signed-off-by: Dean Wampler <[email protected]>
1 parent ffe2578 commit 19d66e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val scala3 = "3.6.1"
1+
val scala3 = "3.5.2"
22
lazy val root = project
33
.in(file("."))
44
.settings(

0 commit comments

Comments
 (0)