diff --git a/build.sc b/build.sc index c79f9bb..e54d299 100644 --- a/build.sc +++ b/build.sc @@ -53,7 +53,7 @@ trait Common extends ScalaModule with PublishModule with ScalafixModule { ) ) def publishVersion = VcsVersion.vcsState().format() - def scalaVersion = "2.13.12" + def scalaVersion = "2.13.14" def scalacOptions = super.scalacOptions() ++ Seq("-Ywarn-unused", "-deprecation")