From 7006fd38c9166eef0384159e0d77c9291555b829 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 08:58:29 +0100 Subject: [PATCH] Update scala-library to 2.13.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e24348e..c455a7b 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val compilerPlugins = List( ) val commonSettings = Seq( - scalaVersion := "2.13.5", + scalaVersion := "2.13.8", name := "flawless", scalacOptions -= "-Xfatal-warnings", scalacOptions += "-Ymacro-annotations",