File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ThisBuild / organization := " com.47deg"
22ThisBuild / scalaVersion := " 2.13.2"
3- ThisBuild / crossScalaVersions := Seq (" 2.12.11 " , " 2.13.2 " )
3+ ThisBuild / crossScalaVersions := Seq (" 2.12.12 " , " 2.13.4 " )
44
55addCommandAlias(" ci-test" , " scalafmtCheckAll; scalafmtSbtCheck; mdoc; testCovered" )
66addCommandAlias(" ci-docs" , " github; mdoc; headerCreateAll; publishMicrosite" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
22addSbtPlugin(" com.47deg" % " sbt-microsites" % " 1.3.0" )
33addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
44addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
5- addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.2.14 " )
5+ addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.2.16 " )
66addSbtPlugin(" com.eed3si9n" % " sbt-unidoc" % " 0.4.3" )
77addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.6.0" )
88addSbtPlugin(" com.alejandrohdezma" % " sbt-codecov" % " 0.2.0" )
You can’t perform that action at this time.
0 commit comments