diff --git a/build.sc b/build.sc index b007af1..c9f7ff7 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.13" def scalacOptions = super.scalacOptions() ++ Seq("-Ywarn-unused", "-deprecation")