Update scala to 2.13.2

This commit is contained in:
Eike Kettner
2020-04-24 22:24:31 +02:00
parent 33f9fa6711
commit fa10fe3fae
4 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,7 @@ val elmCompileMode = settingKey[ElmCompileMode]("How to compile elm sources")
val sharedSettings = Seq(
organization := "com.github.eikek",
scalaVersion := "2.13.1",
scalaVersion := "2.13.2",
scalacOptions ++= Seq(
"-deprecation",
"-encoding", "UTF-8",