We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def965b commit dc09501Copy full SHA for dc09501
.github/workflows/scala.yml
@@ -14,8 +14,6 @@ jobs:
14
uses: actions/checkout@v3
15
- name: Set up sbt
16
uses: sbt/setup-sbt@v1
17
- with:
18
- sbt-runner-version: 1.5.5
19
- name: Set up JDK 17
20
uses: actions/setup-java@v3
21
with:
.gitignore
@@ -1,6 +1,5 @@
1
# sbt
2
bin/
3
-project/
4
target/
5
app/target/
6
macros/target/
@@ -10,6 +9,8 @@ build/
10
9
.bsp/
11
.bloop/
12
.metals/
+project/project/
13
+project/build.properties
#vscode
.vscode/
@@ -21,4 +22,4 @@ build/
22
.cache-main
23
24
#general
-*.class
25
+*.class
project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
0 commit comments