Skip to content

Commit b45d34b

Browse files
authored
Merge pull request #226 from xuwei-k/scala-logging-update
scala-logging 3.9.0
2 parents ac7ef1a + 907da0b commit b45d34b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ lazy val plugin = Project("scalac-scoverage-plugin", file("scalac-scoverage-plug
9292
CrossVersion.partialVersion(scalaVersion.value) match {
9393
case Some((2, scalaMajor)) if scalaMajor > 10 => Seq(
9494
"org.scala-lang.modules" %% "scala-xml" % "1.0.6",
95-
"com.typesafe.scala-logging" %% "scala-logging" % "3.8.0" % "test"
95+
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.0" % "test"
9696
)
9797
case _ => Seq(
9898
"com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.1.2" % "test"

scalac-scoverage-plugin/src/test/scala/scoverage/ScalaLoggingSupport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ trait ScalaLoggingSupport {
2222
else {
2323
Seq(
2424
findIvyJar("org.slf4j", "slf4j-api", "1.7.25"),
25-
findCrossedIvyJar("com.typesafe.scala-logging", "scala-logging", "3.8.0", "bundle")
25+
findCrossedIvyJar("com.typesafe.scala-logging", "scala-logging", "3.9.0", "bundle")
2626
)
2727
}
2828
}

0 commit comments

Comments
 (0)