Skip to content

Commit

Permalink
Configure metals with bloop
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Feb 23, 2024
1 parent 372bef5 commit b84fca8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -30,3 +30,9 @@ result-*

# direnv output
.direnv/

# Metals outputs
.metals/

# bloop outputs
.bloop/
6 changes: 6 additions & 0 deletions project/metals.sbt
@@ -0,0 +1,6 @@
// DO NOT EDIT! This file is auto-generated.

// This file enables sbt-bloop to create bloop config files.

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.15")

0 comments on commit b84fca8

Please sign in to comment.