diff --git a/project/Settings.scala b/project/Settings.scala index 202726f..edd661a 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -5,7 +5,8 @@ import sbt.Keys._ object Settings { - def scala213 = "2.13.12" + def scala213 = "2.13.14" + def scala212 = "2.12.19" lazy val shared = Seq(