Skip to content

Commit

Permalink
Derp, wrong shade location
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrix committed Aug 30, 2016
1 parent a0560aa commit fa2c961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val commonSettings = Seq(
scalacOptions += "-Xexperimental",
crossPaths := false,
assemblyShadeRules in assembly := Seq(
ShadeRule.rename("scala.**" -> "io.github.katrix.chateditor.shade.scala.@1").inProject
ShadeRule.rename("scala.**" -> "io.github.katrix.katlib.shade.scala.@1").inProject
),
autoScalaLibrary := false
)
Expand Down

0 comments on commit fa2c961

Please sign in to comment.