We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a9336 commit dcafa45Copy full SHA for dcafa45
.gitignore
@@ -1,3 +1,5 @@
1
+.bloop/
2
+.bsp/
3
.DS_Store
4
.idea/
5
target/
project/plugins.sbt
@@ -1,2 +1,3 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
+addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.13")
0 commit comments