Skip to content

Commit d8f9a46

Browse files
committed
Update Scala versions to 2.12.13 and 2.13.4
1 parent cd5db58 commit d8f9a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ThisBuild / organization := "com.47deg"
22
ThisBuild / scalaVersion := "2.13.2"
3-
ThisBuild / crossScalaVersions := Seq("2.12.11", "2.13.2")
3+
ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.4")
44

55
addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; mdoc; testCovered")
66
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll; publishMicrosite")

0 commit comments

Comments
 (0)