Skip to content

Commit

Permalink
Update scala to 2.12.17 and sbt-coverage to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
javimartinez committed Sep 26, 2022
1 parent d4af2df commit 4f35843
Show file tree
Hide file tree
Showing 2 changed files with 2 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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" %
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.4")
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 4f35843

Please sign in to comment.