Add bloop back to sbt plugins. (#1167)

This commit is contained in:
David Biancolin
2022-05-17 15:25:46 -07:00
committed by GitHub
parent 9443466fec
commit 171ee8b74a

View File

@@ -1,2 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.21")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.11")