Skip to content

Commit a15de21

Browse files
Merge remote-tracking branch 'upstream/main'
Conflicts: integrations/maven-bloop/src/main/scala/bloop/integrations/maven/MojoImplementation.scala integrations/maven-bloop/src/test/scala/bloop/integrations/maven/MavenConfigGenerationSuite.scala
2 parents acdd795 + 2b7064d commit a15de21

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

notes/v1.5.2.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

0 commit comments

Comments
 (0)