File tree Expand file tree Collapse file tree 5 files changed +24
-9
lines changed Expand file tree Collapse file tree 5 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 SCALAJS_VERSION : " ${{ matrix.scalajsversion == '0.6.x' && '0.6.28' || '' }}"
2222 steps :
2323 - uses : actions/checkout@v2
24- - uses : olafurpg/setup-scala@v10
24+ - uses : olafurpg/setup-scala@v13
2525 with :
2626 java-version : " adopt@1.8"
27- - uses : coursier/cache-action@v5
27+ - uses : coursier/cache-action@v6
2828 - name : Build
2929 run : sbt "++${{ matrix.scalaversion }}" package
3030 - name : Test generate documentation
3737 runs-on : ubuntu-latest
3838 steps :
3939 - uses : actions/checkout@v2
40- - uses : olafurpg/setup-scala@v10
40+ - uses : olafurpg/setup-scala@v13
4141 with :
4242 java-version : " adopt@1.8"
43- - uses : coursier/cache-action@v5
43+ - uses : coursier/cache-action@v6
4444 - name : Readme generation
4545 run : sbt readme/run
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v2
14- - uses : olafurpg/setup-scala@v10
14+ - uses : olafurpg/setup-scala@v13
1515 with :
1616 java-version : " adopt@1.8"
17- - uses : coursier/cache-action@v5
17+ - uses : coursier/cache-action@v6
1818
1919 - name : Build
2020 run : sbt readme/run
Original file line number Diff line number Diff line change 1- target /
1+ .bloop
2+ .bsp
23.cache
34.classpath
5+ .idea
6+ .idea_modules
7+ .metals
48.project
59.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 := {
7575
7676pomExtra := (
7777 <developers >
78+ <developer >
79+ <id >japgolly</id >
80+ <name >David Barri </name >
81+ <url >https:// github.com/ japgolly</url >
82+ </developer >
7883 <developer >
7984 <id >lihaoyi</id >
8085 <name >Li Haoyi </name >
8186 <url >https:// github.com/ lihaoyi/</ url>
8287 </developer >
88+ <developer >
89+ <id >armanbilge</id >
90+ <name >Arman Bilge </name >
91+ <url >https:// github.com/ armanbilge</url >
92+ </developer >
8393 <developer >
8494 <id >sjrd</id >
8595 <name >S ébastien Doeraene </name >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments