Skip to content

Commit

Permalink
Merge pull request #8 from alexarchambault/bloop
Browse files Browse the repository at this point in the history
No more shading in sbt-bloop-build
  • Loading branch information
tgodzik authored Jul 5, 2022
2 parents e005cbe + c238978 commit 168fc6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.14")
// required for java9+
val javaxActivation = "com.sun.activation" % "javax.activation" % "1.2.0"

//addSbtPlugin("ch.epfl.scala" % "sbt-bloop-build-shaded" % "1.0.0-SNAPSHOT")
//addSbtPlugin("ch.epfl.scala" % "sbt-bloop-build" % "1.0.0-SNAPSHOT")
updateOptions := updateOptions.value.withLatestSnapshots(false)

libraryDependencies ++= List(
Expand All @@ -22,7 +22,7 @@ val `bloop-shaded-plugin` = project
.settings(
sbtPlugin := true,
exportJars := true,
libraryDependencies += "ch.epfl.scala" %% "sbt-bloop-build-shaded-naked" % "1.0.0-SNAPSHOT"
libraryDependencies += "ch.epfl.scala" %% "sbt-bloop-build-naked" % "1.0.0-SNAPSHOT"
)

dependsOn(`bloop-shaded-plugin`)

0 comments on commit 168fc6f

Please sign in to comment.