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:
17951795 - id : " 2.12"
17961796 display_name : " Scala 2.12"
17971797 variables :
1798- SCALA : " 2.12.15 "
1798+ SCALA : " 2.12.20 "
17991799 - id : " 2.13"
18001800 display_name : " Scala 2.13"
18011801 variables :
1802- SCALA : " 2.13.6 "
1802+ SCALA : " 2.13.15 "
18031803
18041804 # Choice of MongoDB storage engine
18051805 - id : storage-engine
Original file line number Diff line number Diff line change @@ -157,7 +157,8 @@ configure(scalaProjects) {
157157 " -feature" ,
158158 " -unchecked" ,
159159 " -language:reflectiveCalls" ,
160- " -Wconf:cat=deprecation:ws,any:e" ,
160+ " -Wconf:cat=deprecation:ws" ,
161+ " -Wconf:msg=While parsing annotations in:silent" ,
161162 " -Xlint:strict-unsealed-patmat"
162163 ]
163164 }
Original file line number Diff line number Diff line change 1616
1717org.gradle.daemon =true
1818org.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
2121runOnceTasks =clean,release
2222org.gradle.java.installations.auto-download =false
2323org.gradle.java.installations.fromEnv =JDK8,JDK11,JDK17
You can’t perform that action at this time.
0 commit comments