File tree 5 files changed +24
-9
lines changed
5 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
SCALAJS_VERSION : " ${{ matrix.scalajsversion == '0.6.x' && '0.6.28' || '' }}"
22
22
steps :
23
23
- uses : actions/checkout@v2
24
- - uses : olafurpg/setup-scala@v10
24
+ - uses : olafurpg/setup-scala@v13
25
25
with :
26
26
27
- - uses : coursier/cache-action@v5
27
+ - uses : coursier/cache-action@v6
28
28
- name : Build
29
29
run : sbt "++${{ matrix.scalaversion }}" package
30
30
- name : Test generate documentation
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- uses : actions/checkout@v2
40
- - uses : olafurpg/setup-scala@v10
40
+ - uses : olafurpg/setup-scala@v13
41
41
with :
42
42
43
- - uses : coursier/cache-action@v5
43
+ - uses : coursier/cache-action@v6
44
44
- name : Readme generation
45
45
run : sbt readme/run
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - uses : olafurpg/setup-scala@v10
14
+ - uses : olafurpg/setup-scala@v13
15
15
with :
16
16
17
- - uses : coursier/cache-action@v5
17
+ - uses : coursier/cache-action@v6
18
18
19
19
- name : Build
20
20
run : sbt readme/run
Original file line number Diff line number Diff line change 1
- target /
1
+ .bloop
2
+ .bsp
2
3
.cache
3
4
.classpath
5
+ .idea
6
+ .idea_modules
7
+ .metals
4
8
.project
5
9
.settings /
6
- .idea
7
- .idea_modules
10
+ .vscode
11
+ metals.sbt
12
+ target /
Original file line number Diff line number Diff line change @@ -75,11 +75,21 @@ publishTo := {
75
75
76
76
pomExtra := (
77
77
<developers >
78
+ <developer >
79
+ <id >japgolly</id >
80
+ <name >David Barri </name >
81
+ <url >https:// github.com/ japgolly</url >
82
+ </developer >
78
83
<developer >
79
84
<id >lihaoyi</id >
80
85
<name >Li Haoyi </name >
81
86
<url >https:// github.com/ lihaoyi/</ url>
82
87
</developer >
88
+ <developer >
89
+ <id >armanbilge</id >
90
+ <name >Arman Bilge </name >
91
+ <url >https:// github.com/ armanbilge</url >
92
+ </developer >
83
93
<developer >
84
94
<id >sjrd</id >
85
95
<name >S ébastien Doeraene </name >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments