Skip to content

Commit 9bab101

Browse files
authored
Dev support for vscode on Linux ARM64 (#321)
1 parent b4d94a2 commit 9bab101

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ modules.xml
9494
### Metals ###
9595
.metals/
9696

97+
### VSCode ###
98+
.vscode/
99+
97100
### Scala ###
98101
*.class
99102
*.log

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
compile 'org.scala-lang:scala-library:2.12.4'
18+
compile 'org.scala-lang:scala-library:2.12.12'
1919
compile 'org.javassist:javassist:3.18.2-GA'
2020
compile 'com.github.mongobee:mongobee:0.13'
2121
compile 'com.typesafe:config:1.3.1'

0 commit comments

Comments
 (0)