diff --git a/build.sbt b/build.sbt index 7c4b5bf..be37333 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ // Global Settings lazy val commonSettings = Seq( // Compilation - scalaVersion := "2.13.12", + scalaVersion := "2.13.15", scalacOptions ++= Seq("-Ymacro-annotations", "-language:dynamics"), // ScalaFmt scalafmtOnCompile := true,