Remove scala from runtime dependencies (#1694)

This commit is contained in:
Nikita Salnikov-Tarnovski 2020-11-19 20:05:02 +02:00 committed by GitHub
parent 0eede40d06
commit bd52a5f428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
apply plugin: 'scala' apply plugin: 'scala'
dependencies { dependencies {
implementation deps.scala
testImplementation deps.scala testImplementation deps.scala
} }