Switch to scala-native 0.3.8 (#883)

This commit is contained in:
Alexandre Archambault 2018-07-17 11:44:48 +02:00 committed by GitHub
parent c5b43d8d35
commit d4fff47ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ object SharedVersions {
def asm = "5.2"
def fastParse = "1.0.0"
def proguard = "5.3.3"
def scalaNative = "0.3.7"
def scalaNative = "0.3.8"
def scalaz = "7.2.24"
}