Skip to content

Commit 3faf94a

Browse files
Fix scala verison gone
1 parent 940933c commit 3faf94a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ base {
2323
archivesName = mod_id
2424
}
2525

26+
scala {
27+
scalaVersion = '3.8.4'
28+
}
29+
2630
java {
2731
toolchain {
2832
languageVersion = JavaLanguageVersion.of(25)

0 commit comments

Comments
 (0)