Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala-java8-compat to 1.0.2 #1719

Merged
merged 1 commit into from
Apr 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -197,7 +197,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