diff --git a/build.sbt b/build.sbt index dfff8d41..1f71ac4d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / organization := "io.higherkindness" ThisBuild / githubOrganization := "47degrees" -ThisBuild / scalaVersion := "2.13.13" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13") +ThisBuild / scalaVersion := "2.13.14" +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14") addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; microsite/mdoc; +test") addCommandAlias("ci-docs", "github; documentation/mdoc; headerCreateAll; microsite/publishMicrosite")