Skip to content

Commit dc09501

Browse files
committed
Do not ignore plugins file
1 parent def965b commit dc09501

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/scala.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
uses: actions/checkout@v3
1515
- name: Set up sbt
1616
uses: sbt/setup-sbt@v1
17-
with:
18-
sbt-runner-version: 1.5.5
1917
- name: Set up JDK 17
2018
uses: actions/setup-java@v3
2119
with:

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# sbt
22
bin/
3-
project/
43
target/
54
app/target/
65
macros/target/
@@ -10,6 +9,8 @@ build/
109
.bsp/
1110
.bloop/
1211
.metals/
12+
project/project/
13+
project/build.properties
1314

1415
#vscode
1516
.vscode/
@@ -21,4 +22,4 @@ build/
2122
.cache-main
2223

2324
#general
24-
*.class
25+
*.class

project/plugins.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

0 commit comments

Comments
 (0)