Skip to content

Commit

Permalink
Update scala-java8-compat to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] authored and bjaglin committed Apr 15, 2023
1 parent 8579f8c commit b8f7560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val coursierInterfaceV = "1.0.9"
val commontTextV = "1.10.0"
val googleDiffV = "1.3.0"
val java8CompatV = "0.9.1"
val java8CompatV = "1.0.2"
val jgitV = "5.13.1.202206130422-r"
val metaconfigFor211V = "0.9.10" // metaconfig stops publishing for scala 2.11
val metaconfigV = "0.11.1"
Expand Down
4 changes: 3 additions & 1 deletion project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
// coursier-versions always return false for the *.*.*.*-r pattern jgit uses
libraryDependencySchemes += Dependencies.jgit.withRevision("always"),
// https://github.com/scala/bug/issues/12632
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always",
// 0.9.1 -> 1.0.2 is fine, see https://github.com/scala/scala-java8-compat/issues/247
libraryDependencySchemes += " org.scala-lang.modules" %% "scala-java8-compat" % "always"
)

override def projectSettings: Seq[Def.Setting[_]] = List(
Expand Down

0 comments on commit b8f7560

Please sign in to comment.