Skip to content

Commit

Permalink
restore metals.sbt as removing it breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Apr 9, 2022
1 parent 1c61968 commit f249210
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ target
spark-warehouse
project/.plugins.sbt.swp
project/project
project/metals.sbt
6 changes: 6 additions & 0 deletions project/metals.sbt
Original file line number Diff line number Diff line change
@@ -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.4.13")

0 comments on commit f249210

Please sign in to comment.