Skip to content

Commit

Permalink
resolve scala-java8-compat version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Aug 4, 2021
1 parent 97bec66 commit 2870fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ lazy val commonSettings = Def.settings(
),
Compile / javacOptions ++= javacSettings,
Test / javacOptions ++= javacSettings,
// Akka brings in 0.9.0, but we want 1.0.0:
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % "always",
headerLicense := {
Some(
HeaderLicense.Custom(
Expand Down

0 comments on commit 2870fe3

Please sign in to comment.