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 69581b4 + 931125c commit 9bdca04Copy full SHA for 9bdca04
build.gradle
@@ -17,11 +17,11 @@ ext {
17
javaVersion = JavaVersion.VERSION_17
18
19
scalaVersion = '3'
20
- scalaBinaryVersion = '3.7.0'
+ scalaBinaryVersion = '3.7.3'
21
pekkoVersion = '1.2.1'
22
23
tscfgVersion = '0.9.995'
24
- scapegoatVersion = '3.1.9'
+ scapegoatVersion = '3.2.2'
25
26
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator
27
docsDirName = 'docs'
0 commit comments