Skip to content

Commit a0061fa

Browse files
authored
Merge pull request #334 from kpbochenek/ignore-metals-files
2 parents 64f66d0 + 597ca02 commit a0061fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ out/
2525

2626
.mdoc/
2727

28+
# Metals specific
29+
.metals/
30+
.bloop/
31+
project/metals.sbt
32+
2833
website/translated_docs
2934
website/build/
3035
website/yarn.lock

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def scala212 = "2.12.11"
22
def scala211 = "2.11.12"
3-
def scala213 = "2.13.1"
3+
def scala213 = "2.13.2"
44
def scalajs = "0.6.32"
55
def scalajsBinaryVersion = "0.6"
66
def scalajsDom = "1.0.0"

0 commit comments

Comments
 (0)