Update scala to 2.13.3 and silencer to 1.7.0 (#28991)

* Update scala to 2.13.3 and silencer to 1.7.0
* Also travis
* Fix various warnings
This commit is contained in:
Arnout Engelen 2020-08-10 12:54:38 +02:00 committed by GitHub
parent f7bfed02bc
commit c41c0420ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
113 changed files with 180 additions and 206 deletions

View file

@ -62,7 +62,7 @@ object AkkaDisciplinePlugin extends AutoPlugin {
"akka-testkit")
lazy val silencerSettings = {
val silencerVersion = "1.6.0"
val silencerVersion = "1.7.0"
Seq(
libraryDependencies ++= Seq(
compilerPlugin(("com.github.ghik" %% "silencer-plugin" % silencerVersion).cross(CrossVersion.patch)),

View file

@ -26,7 +26,7 @@ object Dependencies {
val logbackVersion = "1.2.3"
val scala212Version = "2.12.11"
val scala213Version = "2.13.1"
val scala213Version = "2.13.3"
val reactiveStreamsVersion = "1.0.3"