Update scala-library to 2.13.6 (#30302)

Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
Scala Steward 2021-07-19 20:33:22 +02:00 committed by GitHub
parent 1e3903bc2c
commit 9cd97b494f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ object Dependencies {
val jacksonVersion = "2.11.4"
val scala212Version = "2.12.14"
val scala213Version = "2.13.5"
val scala213Version = "2.13.6"
val scala3Version = "3.0.1-RC1"
val reactiveStreamsVersion = "1.0.3"