Skip to content

Commit

Permalink
make it clear that scala-interfaces is a Java module
Browse files Browse the repository at this point in the history
  • Loading branch information
github-brice-jaglin committed Jun 5, 2020
1 parent 58c98bb commit f6c2ad7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ lazy val interfaces = project
javaHome.in(Compile) := inferJavaHome(),
javaHome.in(Compile, doc) := inferJavaHome(),
moduleName := "scalafix-interfaces",
crossVersion := CrossVersion.disabled,
crossScalaVersions := List(scala213),
crossPaths := false,
autoScalaLibrary := false
)

Expand Down

0 comments on commit f6c2ad7

Please sign in to comment.