Skip to content

Commit

Permalink
Fixed Scala version to 3.5.2, as 3.6.X introduces breaking changes, w…
Browse files Browse the repository at this point in the history
…hich I will fix when it is released.

Signed-off-by: Dean Wampler <[email protected]>
  • Loading branch information
deanwampler committed Nov 3, 2024
1 parent ffe2578 commit 19d66e8
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
@@ -1,4 +1,4 @@
val scala3 = "3.6.1"
val scala3 = "3.5.2"
lazy val root = project
.in(file("."))
.settings(
Expand Down

0 comments on commit 19d66e8

Please sign in to comment.