Update scala-library to 2.13.8 (#31111)
* Update scala-library to 2.13.8 * Deal with some new deprecation errors * Remove test for deprecated feature Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
parent
066bd2a91b
commit
afac726b69
10 changed files with 21 additions and 200 deletions
|
|
@ -28,7 +28,7 @@ object Dependencies {
|
|||
val jacksonVersion = "2.11.4"
|
||||
|
||||
val scala212Version = "2.12.15"
|
||||
val scala213Version = "2.13.7"
|
||||
val scala213Version = "2.13.8"
|
||||
// To get the fix for https://github.com/lampepfl/dotty/issues/13106
|
||||
// and restored static forwarders
|
||||
val scala3Version = "3.1.1-RC2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue