Skip to content

Commit

Permalink
Upgrade plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyanbo committed Jun 30, 2023
1 parent d9e7efe commit cbb514f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ inThisBuild(List(
)
))

coverageScalacPluginVersion := "2.0.10"

sonatypeProfileName := "org.jmotor"
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val slf4jSimple = "2.0.7"
val okhttp = "4.11.0"
val jacksonModuleScala = "2.15.2"
val scalaXml = "1.3.0"
val scalaXml = "2.1.0"
val mavenArtifact = "3.9.3"
}

Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/org/jmotor/sbt/artifact/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ object Versions {
!(Versions.UNRELEASED.contains(q) || UnreleasedPatterns.exists(_.matcher(q).matches()))
}

def isJreQualifier(qualifier: String): Boolean =
def isJreQualifier(qualifier: String): Boolean = {
jrePattern.matcher(qualifier).matches()
}

}

0 comments on commit cbb514f

Please sign in to comment.