Skip to content

Commit fdeda48

Browse files
authored
Merge pull request #601 from 47degrees/dep/scala-2-12-13-and-2-13-4
Update Scala: 2.12.12/2.13.4, sbt-mdoc: 2.2.16
2 parents cd5db58 + 803e031 commit fdeda48

2 files changed

Lines changed: 2 additions & 2 deletions

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.12", "2.13.4")
44

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
22
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.0")
33
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
44
addSbtPlugin("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")
66
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
77
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
88
addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.0")

0 commit comments

Comments
 (0)