Merge pull request #888 from eikek/scala-update

Update scala library to 2.13.6
This commit is contained in:
mergify[bot] 2021-06-17 21:14:42 +00:00 committed by GitHub
commit 1458321857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ val scalafixSettings = Seq(
val sharedSettings = Seq( val sharedSettings = Seq(
organization := "com.github.eikek", organization := "com.github.eikek",
scalaVersion := "2.13.5", scalaVersion := "2.13.6",
scalacOptions ++= Seq( scalacOptions ++= Seq(
"-deprecation", "-deprecation",
"-encoding", "-encoding",