File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Sbt Dependency Graph
2+
3+ on :
4+ push :
5+ branches : [ main ]
6+
7+ jobs :
8+ submit-dependency-graph :
9+ name : Submit dependency graph
10+ runs-on : ubuntu-latest
11+ env :
12+ GITHUB_TOKEN : ${{ github.token }}
13+ permissions :
14+ contents : write
15+ steps :
16+ - uses : actions/checkout@v3
17+ with :
18+ submodules : true
19+ - uses : scalacenter/sbt-dependency-graph-action@v1
Original file line number Diff line number Diff line change 1+ # bloop ` v1.5.2 `
2+
3+ Bloop v1.5.2 is a bugfix release, a follow up for 1.5.1, which fixes an issue of
4+ running applications in a Java only projects.
5+
6+ ## Installing Bloop
7+
8+ For more details about installing Bloop, please see
9+ [ Bloop's Installation Guide] ( https://scalacenter.github.io/bloop/setup ) )
10+
11+ ## Merged pull requests
12+
13+ Here's a list of pull requests that were merged:
14+
15+ - Bugfix: Allow to run using DAP in Java only projects [ #1745 ]
16+
17+ [ #1745 ] : https://github.com/scalacenter/bloop/pull/1745
18+
19+ ## Contributors
20+
21+ According to ` git shortlog -sn --no-merges v1.5.1..v1.5.2 ` , the following people
22+ have contributed to this ` v1.5.2 ` release: Tomasz Godzik.
You can’t perform that action at this time.
0 commit comments