Skip to content

Commit

Permalink
Update scala to 2.12.17 and sbt-coverage to 2.0.4 (#593)
Browse files Browse the repository at this point in the history
* Update scala to 2.12.17 and sbt-coverage to 2.0.4

* Update plugins.sbt

Co-authored-by: Jose Gutiérrez de Ory <jose.gutierrez@47deg.com>
  • Loading branch information
javimartinez and gutiory authored Oct 3, 2022
1 parent 0b5fea6 commit f89577c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / scalaVersion := "2.13.8"
ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8")
ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.8")
ThisBuild / organization := "com.47deg"

addCommandAlias("ci-test", "fix --check; +mdoc; testCovered")
Expand Down
5 changes: 4 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
)
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.3")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.2")
addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1")
Expand All @@ -15,6 +18,6 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" %
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.5")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.4")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("com.47deg" %% "sbt-hood-plugin" % "0.3.0")

0 comments on commit f89577c

Please sign in to comment.