diff --git a/build.sbt b/build.sbt index 103aaaca..d1ca37ce 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.github.sbt.git.SbtGit.GitKeys._ val scala212 = "2.12.17" val scala213 = "2.13.10" -val scala3 = "3.2.2" +val scala3 = "3.3.0" val updateReadme = inputKey[Unit]("Update readme") addCommandAlias("ci", "; lint; +test; readme/updateReadme ;microsite/mdoc; +publishLocal")