Skip to content

Commit

Permalink
Merge pull request #1719 from scalacenter/update/scala-java8-compat-1…
Browse files Browse the repository at this point in the history
….0.2

Update scala-java8-compat to 1.0.2
  • Loading branch information
bjaglin committed Apr 15, 2023
2 parents 84b871a + 123f2cc commit 87fb44f
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 @@ -24,7 +24,7 @@ object Dependencies {
val coursierInterfaceV = "1.0.15"
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 metaconfigV = "0.11.1"
val pprintV = "0.6.6" // don't bump, rules built against metaconfig 0.9.15 or earlier would not link
Expand Down
4 changes: 3 additions & 1 deletion project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
// TODO: remove after 0.10.5
libraryDependencySchemes += "com.geirsson" %% "metaconfig-core" % "always",
libraryDependencySchemes += "com.geirsson" %% "metaconfig-pprint" % "always",
libraryDependencySchemes += "com.geirsson" %% "metaconfig-typesafe-config" % "always"
libraryDependencySchemes += "com.geirsson" %% "metaconfig-typesafe-config" % "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 87fb44f

Please sign in to comment.