diff --git a/build.sbt b/build.sbt index e304defbe..bb199a671 100644 --- a/build.sbt +++ b/build.sbt @@ -8,8 +8,8 @@ lazy val commonSettings = Seq( "org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full ), addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"), - scalaVersion := "2.13.11", - crossScalaVersions := Seq("2.13.11"), + scalaVersion := "2.13.12", + crossScalaVersions := Seq("2.13.12"), // from: https://tpolecat.github.io/2017/04/25/scalac-flags.html scalacOptions ++= Seq( "-deprecation", // Emit warning and location for usages of deprecated APIs.