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.
1 parent a735895 commit d466be3Copy full SHA for d466be3
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
ext {
13
javaVersion = JavaVersion.VERSION_11
14
scalaVersion = '2.13'
15
- scalaBinaryVersion = '2.13.6'
+ scalaBinaryVersion = '2.13.8'
16
slf4jVersion = '1.7.33'
17
circeVersion = '0.14.1'
18
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
0 commit comments