Skip to content

Commit

Permalink
Remove mysterious crossPaths := false setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-handy committed Jul 28, 2021
1 parent 9bac57d commit 485f792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ scalaVersion := "2.13.6"
crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.6")
mimaPreviousArtifacts := Set("0.6.0", "0.6.1").map(organization.value %% name.value % _)
scalacOptions ++= Seq("-deprecation", "-feature")
crossPaths := false

libraryDependencies ++= Seq(
"org.scaldi" %% "scaldi" % "0.6.2",
Expand Down

0 comments on commit 485f792

Please sign in to comment.