Bump scalac version to 2.13.1 (#747)

* Bump scalac version to 2.13.1

* bump travis scalac version

* Bump scoverage to supposedly work with 2.13.1

* Bump other scalac versions

* upgrade mdoc plugin version

* Bump missing scala 2.13.1 version in travis
This commit is contained in:
Chris Stewart 2019-12-12 09:00:15 -06:00 committed by GitHub
parent e3884b2224
commit 277b18720e
3 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ mdocExtraArguments := List("--no-link-hygiene")
// these variables gets passed to mdoc, and can be read
// from there
mdocVariables := Map(
"STABLE_VERSION" -> "0.1.0",
"STABLE_VERSION" -> "0.2.0",
"UNSTABLE_VERSION" -> version.value
)

View file

@ -1,6 +1,6 @@
val scala2_11 = "2.11.12"
val scala2_12 = "2.12.10"
val scala2_13 = "2.13.0"
val scala2_13 = "2.13.1"
scalaVersion in ThisBuild := scala2_13

View file

@ -3,7 +3,7 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.0")
// collect code coverage when executing tests
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
// report code coverage to Coveralls
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
@ -25,7 +25,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.5")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31")
// write markdown files with type-checked Scala
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "1.3.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.0.3")
// SQL migrations
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "6.0.7")