We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85889ac + 97950c1 commit c66f064Copy full SHA for c66f064
build.gradle
@@ -17,7 +17,7 @@ plugins {
17
ext {
18
javaVersion = JavaVersion.VERSION_17
19
scalaVersion = '3'
20
- scalaBinaryVersion = '3.7.2'
+ scalaBinaryVersion = '3.7.3'
21
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
22
}
23
0 commit comments