mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
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:
parent
e3884b2224
commit
277b18720e
3 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ mdocExtraArguments := List("--no-link-hygiene")
|
||||||
// these variables gets passed to mdoc, and can be read
|
// these variables gets passed to mdoc, and can be read
|
||||||
// from there
|
// from there
|
||||||
mdocVariables := Map(
|
mdocVariables := Map(
|
||||||
"STABLE_VERSION" -> "0.1.0",
|
"STABLE_VERSION" -> "0.2.0",
|
||||||
"UNSTABLE_VERSION" -> version.value
|
"UNSTABLE_VERSION" -> version.value
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
val scala2_11 = "2.11.12"
|
val scala2_11 = "2.11.12"
|
||||||
val scala2_12 = "2.12.10"
|
val scala2_12 = "2.12.10"
|
||||||
val scala2_13 = "2.13.0"
|
val scala2_13 = "2.13.1"
|
||||||
|
|
||||||
scalaVersion in ThisBuild := scala2_13
|
scalaVersion in ThisBuild := scala2_13
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.0")
|
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.0")
|
||||||
|
|
||||||
// collect code coverage when executing tests
|
// 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
|
// report code coverage to Coveralls
|
||||||
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
|
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")
|
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31")
|
||||||
|
|
||||||
// write markdown files with type-checked Scala
|
// 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
|
// SQL migrations
|
||||||
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "6.0.7")
|
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "6.0.7")
|
||||||
|
|
Loading…
Add table
Reference in a new issue