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 032cc7e commit 954044dCopy full SHA for 954044d
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
ext {
13
javaVersion = JavaVersion.VERSION_17
14
scalaVersion = '2.13'
15
- scalaBinaryVersion = '2.13.6'
+ scalaBinaryVersion = '2.13.8'
16
slf4jVersion = '1.7.36'
17
circeVersion = '0.14.2'
18
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
0 commit comments