File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1795,11 +1795,11 @@ axes:
1795
1795
- id : " 2.12"
1796
1796
display_name : " Scala 2.12"
1797
1797
variables :
1798
- SCALA : " 2.12.15 "
1798
+ SCALA : " 2.12.20 "
1799
1799
- id : " 2.13"
1800
1800
display_name : " Scala 2.13"
1801
1801
variables :
1802
- SCALA : " 2.13.6 "
1802
+ SCALA : " 2.13.15 "
1803
1803
1804
1804
# Choice of MongoDB storage engine
1805
1805
- id : storage-engine
Original file line number Diff line number Diff line change @@ -157,7 +157,8 @@ configure(scalaProjects) {
157
157
" -feature" ,
158
158
" -unchecked" ,
159
159
" -language:reflectiveCalls" ,
160
- " -Wconf:cat=deprecation:ws,any:e" ,
160
+ " -Wconf:cat=deprecation:ws" ,
161
+ " -Wconf:msg=While parsing annotations in:silent" ,
161
162
" -Xlint:strict-unsealed-patmat"
162
163
]
163
164
}
Original file line number Diff line number Diff line change 16
16
17
17
org.gradle.daemon =true
18
18
org.gradle.jvmargs =-Duser.country=US -Duser.language=en
19
- scalaVersions =2.11.12,2.12.15 ,2.13.6
20
- defaultScalaVersions =2.13.6
19
+ scalaVersions =2.11.12,2.12.20 ,2.13.15
20
+ defaultScalaVersions =2.13.15
21
21
runOnceTasks =clean,release
22
22
org.gradle.java.installations.auto-download =false
23
23
org.gradle.java.installations.fromEnv =JDK8,JDK11,JDK17
You can’t perform that action at this time.
0 commit comments