Switch to scala 2.12.10 (#135)

This commit is contained in:
Alexandre Archambault 2019-09-13 16:18:37 +02:00 committed by GitHub
parent 777bf0ba54
commit ea54d912bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import coursier.ShadingPlugin.autoImport.{Shading, shadingNamespace}
object Settings {
def scala212 = "2.12.7"
def scala212 = "2.12.10"
def sbt10Version = "1.0.2"