Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Oct 17, 2022
1 parent 54eaf4f commit 36c8481
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ object Izumi {
|(if (!isSnapshot.value) {
| sonatypePublishToBundle.value
| } else {
| Some(Opts.resolver.sonatypeSnapshots)
| Some(Opts.resolver.sonatypeOssSnapshots)
|})
|""".stripMargin.raw,
"credentials" in SettingScope.Build += """Credentials(Path.userHome / ".sbt" / "secrets" / "credentials.sonatype-nexus.properties")""".raw,
Expand Down
2 changes: 1 addition & 1 deletion project/project/PluginVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object PV {
val sbt_ghpages = "0.6.3"
val sbt_site = "1.3.3"
val sbt_unidoc = "0.4.3"
val sbt_scoverage = "2.0.0"
val sbt_scoverage = "2.0.5"
val sbt_pgp = "2.1.1"
val sbt_assembly = "0.14.9"
}
5 changes: 5 additions & 0 deletions project/scalaxmlExclusion.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

// Ignore scala-xml version conflict between scoverage where `coursier` requires scala-xml v2
// and scoverage requires scala-xml v1 on Scala 2.12,
// introduced when updating scoverage to 2.0.7 https://github.com/7mind/idealingua-v1/pull/373/
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

0 comments on commit 36c8481

Please sign in to comment.