diff --git a/build.sc b/build.sc index 11ccb10..0e9da7a 100644 --- a/build.sc +++ b/build.sc @@ -108,7 +108,7 @@ trait BaseScalaNoPublishModule extends ScalaModule with ScalafmtModule with TpolecatModule { - def scalaVersion = T.input("2.13.15") + def scalaVersion = T.input("2.13.16") } trait BaseMimaModule extends BasePublishModule with Mima {