Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ch.epfl.scala:sbt-bloop to v1.5.12 #9

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2022

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
ch.epfl.scala:sbt-bloop plugin patch 1.5.3-40-0bd25506 -> 1.5.12

Release Notes

scalacenter/bloop (ch.epfl.scala:sbt-bloop)

v1.5.12

Compare Source

bloop v1.5.12

Bloop v1.5.12 is mostly a bugfix release, however some improvements were added,
which includes:

  • Support for BSP's buildTargetDependencyModules by
    Arthurm1.
  • Always show full stack traces coming from the compiler.
  • Automatically add -release option when needed, which will make sure that the
    right JDK is used to compile your project by the Scala compiler.

Installing Bloop

For more details about installing Bloop, please see
Bloop's Installation Guide)

Merged pull requests

Here's a list of pull requests that were merged:

  • Bugfix: Export runtime jars correctly from sbt #​2195
  • Implement BSP buildTargetDependencyModules #​2197
  • Bugfix: Make sure proper runtime classpath is used when debugging #​2196
  • Chore: Add full error stack trace #​2193
  • Bugfix: checkout all submodules on website release #​2194
  • Chore: Update mdoc and move website release to a separate job #​2191
  • Bugfix: Fix sbt integration tests #​2190
  • Build(deps): Update scalaz-core from 7.3.7 to 7.3.8 #​2189
  • Build(deps): Update utest from 0.8.1 to 0.8.2 #​2184
  • Update sbt bloopGenerate docs to use Value(None) #​2185
  • Chore: don't use javadoc classifier as default for bloopInstall #​2182
  • Chore(deps): bump actions/setup-node from 3 to 4 #​2183
  • Build(deps): Update log4j-core from 2.21.0 to 2.21.1 #​2179
  • Build(deps): Update scalafmt-core from 3.7.14 to 3.7.15 #​2180
  • Build(deps): Update sbt, test-agent from 1.9.6 to 1.9.7 #​2178
  • Build(deps): Update sbt-mdoc from 2.3.8 to 2.4.0 #​2177
  • Build(deps): Update log4j-core from 2.20.0 to 2.21.0 #​2176
  • Chore(deps): bump @​babel/traverse from 7.9.6 to 7.23.2 in /website #​2175
  • Build(deps): Update tools from 0.4.15 to 0.4.16 #​2174
  • Feature: Automatically add -release option when needed #​2172
  • Build(deps): Update sbt-mdoc from 2.3.7 to 2.3.8 #​2173
  • Improvement: trim spaces when filtering the only tests that should be run
    #​2171
  • Build(deps): Update bsp4s from 2.1.0-M6 to 2.1.0-M7 #​2169
  • Chore(deps): bump actions/checkout from 3 to 4 #​2168
  • Build(deps): Update asm, asm-util from 9.5 to 9.6 #​2167
  • Build(deps): Update bsp4s from 2.1.0-M5 to 2.1.0-M6 #​2159
  • Improvement: Disable tracing by default #​2165
  • Build(deps): Update scalajs-linker, ... from 1.13.2 to 1.14.0 #​2166
  • Add support for absolute paths in Bloopgun error handling #​2132
  • Build(deps): Update interface, interface-svm-subs from 1.0.18 to 1.0.19
    #​2163
  • Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.13.2 to 1.14.0
    #​2164
  • Build(deps): Update sourcecode from 0.3.0 to 0.3.1 #​2162
  • Build(deps): Update zinc from 1.9.3 to 1.9.5 #​2158
  • Bugfix: Never set empty Scala JS version from sbt #​2161
  • Build(deps): Update librarymanagement-ivy from 1.9.2 to 1.9.3 #​2154
  • Chore: Increase test maximum duration for ScalaJsToolchainSpec for 0.6 #​2160
  • Build(deps): Update sbt, test-agent from 1.9.4 to 1.9.6 #​2157
  • Chore: Change frameworks not supported message to warn #​2153
  • Build(deps): Update scala-library from 2.13.11 to 2.13.12 #​2152
  • Build(deps): Update sbt-scalafix from 0.11.0 to 0.11.1 #​2151
  • Build(deps): Update tools from 0.4.14 to 0.4.15 #​2149
  • Build(deps): Update slf4j-nop from 2.0.7 to 2.0.9 #​2148
  • Build(deps): Update scalafmt-core from 3.7.13 to 3.7.14 #​2145

Contributors

According to git shortlog -sn --no-merges v1.5.11..v1.5.12, the following
people have contributed to this v1.5.12 release: Tomasz Godzik, ​Andrzej
Ressel, Arthur McGibbon, Jihoon Kim, Kamil Podsiadlo, Shajahan Palayil.

v1.5.11

Compare Source

bloop v1.5.11

Bloop v1.5.11 is a bugfix release which fixes a regression introduced in v1.5.10
that caused the code to recompile fully every time.

Installing Bloop

For more details about installing Bloop, please see
Bloop's Installation Guide)

Merged pull requests

Here's a list of pull requests that were merged:

  • Build(deps): Update sbt-scalafmt from 2.5.1 to 2.5.2 #​2143
  • Revert "Merge pull request #​2128 from Arthurm1/specify_javac_target_root"
    #​2141
  • Build(deps): Update sbt-scalafmt from 2.5.0 to 2.5.1 #​2139
  • Build(deps): Update scalafmt-core from 3.7.12 to 3.7.13 #​2138

Contributors

According to git shortlog -sn --no-merges v1.5.10..v1.5.11, the following
people have contributed to this v1.5.11 release: scala-center-steward[bot],
Tomasz Godzik.

v1.5.10

Compare Source

bloop v1.5.10

Bloop v1.5.10 is a bugfix release.

Installing Bloop

For more details about installing Bloop, please see Bloop's Installation Guide)

Merged pull requests

Here's a list of pull requests that were merged:

  • Build(deps): Update librarymanagement-ivy from 1.9.1 to 1.9.2 #​2135
  • Build(deps): Update sbt, test-agent from 1.9.3 to 1.9.4 #​2136
  • Improvement: Correctly download Scala 2 bridge for Scala 2.13.12 #​2133
  • Build(deps): Update scalafmt-core from 3.7.11 to 3.7.12 #​2130
  • Build(deps): Update zt-zip from 1.15 to 1.16 #​2131
  • Build(deps): Update scala-debug-adapter from 3.1.3 to 3.1.4 #​2129
  • Specify scip javac plugin targetroot exactly #​2128
  • Bugfix: Fix infinite recursion #​2127
  • Build(deps): Update zinc from 1.9.2 to 1.9.3 #​2123
  • Build(deps): Update scalafmt-core from 3.7.10 to 3.7.11 #​2126
  • Bugfix: Handle compiler position that is not a range #​2122
  • Chore: Remove verbose option otherwise it's always verbose #​2121
  • Feat: fallback to source and javadoc classifiers when exporting projects from sbt #​2118

Contributors

According to git shortlog -sn --no-merges v1.5.9..v1.5.10, the following people have contributed to
this v1.5.10 release: scala-center-steward[bot], tgodzik, Kamil Podsiadlo, Arthur McGibbon, Tomasz Godzik.

v1.5.9

Compare Source

bloop v1.5.9

Bloop v1.5.9 is a bugfix release.

Installing Bloop

For more details about installing Bloop, please see Bloop's Installation Guide)

Merged pull requests

Here's a list of pull requests that were merged:

  • Chore: Update scalafmt bostrap #​2119
  • Build(deps): Update scalafmt-core from 3.7.9 to 3.7.10 #​2117
  • Bugfix: Handle NoClassDefFoundError coming from the compiler #​2114
  • Improvement: Don't fail during copying #​2115
  • Build(deps): Update scalafmt-core from 3.7.8 to 3.7.9 #​2116
  • Build(deps): Update sbt, test-agent from 1.9.1 to 1.9.2 #​2109
  • Chore(deps): bump semver from 5.7.1 to 5.7.2 in /website #​2111
  • Build(deps): Update scalafmt-core from 3.7.7 to 3.7.8 #​2110
  • Bugfix: Don't try to discover test frameworks if none exist #​2107
  • Refactor(test): bump maxDuration in js tests #​1981
  • Improvement: Send debug logs to BSP client #​2105
  • Build(deps): Update sbt-scalajs-crossproject from 1.3.1 to 1.3.2 #​2106
  • Bugfix: Don't deduplicate all options when using Metals #​2104
  • Build(deps): Update scalafmt-core from 3.7.6 to 3.7.7 #​2103

Contributors

According to git shortlog -sn --no-merges v1.5.8..v1.5.9, the following people have contributed to
this v1.5.9 release: Tomasz Godzik, scala-center-steward[bot], Chris Kipp, dependabot[bot].

v1.5.8

Compare Source

bloop v1.5.8

Bloop v1.5.8 is a bugfix release. Previous version was released was incompatible with JDK 8.

Installing Bloop

For more details about installing Bloop, please see Bloop's Installation Guide)

Merged pull requests

Here's a list of pull requests that were merged:

  • Chore: Revert JGit to a version compatible with JDK 8 #​2101
  • Docs: update overview.md with corrections #​2100
  • Chore: Update coursier.json and run release on Java 8 for the time being #​2099
  • Chore: Make source generator tests more resilient #​2085
  • Build(deps): Update scalafmt-core from 3.7.5 to 3.7.6 #​2098
  • Improvement: Try and find latest supported semanticdb version #​2097

Contributors

According to git shortlog -sn --no-merges v1.5.7..v1.5.8, the following people have contributed to
this v1.5.8 release: Tomasz Godzik, Chris Kipp, scala-center-steward[bot], tgodzik.

v1.5.7

bloop v1.5.7

Bloop v1.5.7 is a bugfix release.

Installing Bloop

For more details about installing Bloop, please see Bloop's Installation Guide). Some of the highlight of this release are the numerous improvements to debugging support.

Merged pull requests

Here's a list of pull requests that were merged:

  • Build(deps): Update sbt, test-agent from 1.8.3 to 1.9.1 #​2091
  • Build(deps): Update zinc from 1.8.1 to 1.9.2 #​2092
  • Build(deps): Update scalafmt-core from 3.7.4 to 3.7.5 #​2094
  • Bugfix: Don't accept files other than .class or .jar as binary deps #​2060
  • Build(deps): Update zinc from 1.8.1 to 1.9.1 #​2064
  • Bugfix: Include semanticdb plugin path in java options processorpath #​2072
  • Build(deps): Update librarymanagement-ivy from 1.9.0 to 1.9.1 #​2090
  • Chore: Remove nailgun module and NailgunSpec, which is no longer rele… #​2087
  • Chore: Remove unused python check #​2086
  • Improvement: Add main classes to JvmEnvironmentItem #​2083
  • Build(deps): Update scalajs-linker, ... from 1.13.1 to 1.13.2 #​2088
  • Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.13.1 to 1.13.2 #​2084
  • Improvement: Automatically include semanticdbjar for tests #​2081
  • Build(deps): Update commons-codec from 1.15 to 1.16.0 #​2082
  • Build(deps): Update sbt-dynver from 4.1.1 to 5.0.1 #​2078
  • Build(deps): Update org.eclipse.jgit, ... from 6.5.0.202303070854-r to 6.6.0.202305301015-r #​2075
  • Build(deps): Update tools from 0.4.12 to 0.4.14 #​2069
  • Build(deps): Update interface, interface-svm-subs from 1.0.16 to 1.0.18 #​2077
  • Build(deps): Update librarymanagement-ivy from 1.8.0 to 1.9.0 #​2062
  • Update the developer documentation. #​2067
  • Build(deps): Update sbt-scalafix from 0.10.4 to 0.11.0 #​2065
  • Build(deps): Update scalafmt-core from 3.7.3 to 3.7.4 #​2061
  • Improvement: Don't fail on hashing, but use a random hash #​2058
  • Bugfix: Remove backup directory after compilation #​2057
  • Report java error column #​2055
  • Build(deps): Update scala-debug-adapter from 3.1.2 to 3.1.3 #​2054
  • Build(deps): Update scala-debug-adapter from 3.1.1 to 3.1.2 #​2052
  • Build(deps): Update sbt, test-agent from 1.8.2 to 1.8.3 #​2050
  • Build(deps): Update zinc from 1.8.0 to 1.8.1 #​2051
  • Build(deps): Update zipkin-sender-urlconnection from 2.16.3 to 2.16.4 #​2042
  • Build(deps): Update scala-debug-adapter from 3.0.9 to 3.1.1 #​2047
  • Build(deps): Update brave from 5.15.1 to 5.16.0 #​2048
  • Build(deps): Update interface, interface-svm-subs from 1.0.15 to 1.0.16 #​2045
  • Build(deps): Update sbt-ci-release from 1.5.11 to 1.5.12 #​2044
  • Fix some links in gradle docs #​2043
  • Build(deps): Update sbt-scalajs-crossproject from 1.3.0 to 1.3.1 #​2040
  • Build(deps): Update brave from 5.15.0 to 5.15.1 #​2038
  • Build(deps): Update scalajs-linker, ... from 1.13.0 to 1.13.1 #​2037
  • Bugfix: Properly clean up orphan directories for internal classes #​2032
  • Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.13.0 to 1.13.1 #​2035
  • Build(deps): Update interface, interface-svm-subs from 1.0.14 to 1.0.15 #​2034
  • Build(deps): Update sbt-scalajs-crossproject from 1.2.0 to 1.3.0 #​2033
  • Build(deps): Update scala-debug-adapter from 3.0.5 to 3.0.9 #​2011
  • Build(deps): Update interface, interface-svm-subs from 1.0.13 to 1.0.14 #​2028
  • Fix timeout in DebugProtocolTests #​2029
  • Build(deps): Update scalafmt-core from 3.7.2 to 3.7.3 #​2026
  • Build(deps): Update tools from 0.4.11 to 0.4.12 #​2023
  • Build(deps): Update asm, asm-util from 9.4 to 9.5 #​2025
  • Build(deps): Update slf4j-nop from 2.0.6 to 2.0.7 #​2021
  • Build(deps): Update tools from 0.4.10 to 0.4.11 #​2020
  • Fix: do not expose mutable env properties in State #​2016
  • Build(deps): Update sbt-native-packager from 1.9.15 to 1.9.16 #​2012
  • Build(deps): Update log4j-core from 2.19.0 to 2.20.0 #​2013
  • Build(deps): Update scala-debug-adapter from 3.0.5 to 3.0.7 #​2002
  • Build(deps): Update org.eclipse.jgit, ... from 6.4.0.202211300538-r to 6.5.0.202303070854-r #​2014
  • Build(deps): Update scalafmt-core from 3.7.1 to 3.7.2 #​2015
  • Build(deps): bump actions/checkout from 2 to 3 #​2010
  • Build(deps): Update sbt-native-packager from 1.9.14 to 1.9.15 #​2005
  • Build(deps): Update sbt-native-packager from 1.9.13 to 1.9.14 #​2004
  • Bugfix: Catch and log StackOverflowError #​2001
  • Build(deps): Update brave from 5.14.1 to 5.15.0 #​2003
  • Build(deps): Update tools from 0.4.9 to 0.4.10 #​1999
  • Build(deps): Update sbt-mdoc from 2.3.6 to 2.3.7 #​2000
  • Build(deps): Update scalajs-linker, ... from 1.12.0 to 1.13.0 #​1998
  • Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.12.0 to 1.13.0 #​1997
  • Refactor: take care of a bunch of warnings #​1995
  • Fix: ensure valid scalajs-logging version in ScalaJsToolchain #​1994
  • Build(deps): Update scalafmt-core from 3.7.0 to 3.7.1 #​1993
  • Build(deps): Update scalafmt-core from 3.6.1 to 3.7.0 #​1988
  • Build(deps): Update sbt-native-packager from 1.9.12 to 1.9.13 #​1987
  • Improvement: Use diagnostic related information from the compiler #​1986
  • Build(deps): Update sbt-native-packager from 1.9.11 to 1.9.12 #​1985
  • Build(deps): Update jna, jna-platform from 5.12.1 to 5.13.0 #​1984
  • Build(deps): Update interface, interface-svm-subs from 1.0.12 to 1.0.13 #​1982
  • Throw error from bloopGenerate task #​1973
  • Small test improvements #​1980
  • Chore: remove twitterIntegrationProjects #​1979
  • Build(deps): Update sbt, test-agent from 1.8.1 to 1.8.2 #​1978
  • Build(deps): bump json5 from 1.0.1 to 1.0.2 in /website #​1977
  • Build(deps): Update sbt, test-agent from 1.8.0 to 1.8.1 #​1976
  • Refactor(build): clean up the plugins file #​1975
  • Build(deps): Update zt-zip from 1.13 to 1.15 #​1974
  • Chore(ci): try to bump node to lts #​1972
  • Refactor(build): get rid of build warnings and unused things #​1968
  • Chore: remove the gitter icon in the readme #​1967
  • Build(deps): Update org.eclipse.jgit, ... from 5.13.1.202206130422-r to 6.4.0.202211300538-r #​1912
  • Refactor(ci): update graal release infrastructure #​1966
  • Fix(ci): ensure release sbt version is the same as the build #​1965
  • Refactor(ci): migrate to sbt-ci-release #​1962
  • Correct typo in sbt.md #​1959
  • Build(deps): Update slf4j-nop from 1.7.36 to 2.0.6 #​1950
  • Build(deps): Update interface, interface-svm-subs from 1.0.6 to 1.0.12 #​1957
  • Refactor: stop shading launcher and bloopgun #​1961
  • Chore(deps): bump scalaz to 7.3.7 #​1963
  • Fix: update jvmOpts to not mention bloop-sbt-already-installed #​1960
  • Refactor: rework/rethink the meta meta build stuff #​1956
  • Refactor(build): a bit of build cleanup #​1955
  • Refactor: get rid of leftover integration utils #​1954
  • Refactor: migrate Gradle integration out of Bloop #​1951
  • Refactor: move the Maven plugin out of Bloop #​1948
  • Build(deps): Update classgraph from 4.8.151 to 4.8.152 #​1949
  • Build(deps): Update scalajs-linker, ... from 1.3.1 to 1.12.0 #​1919
  • Build(deps): Update scalajs-env-nodejs, ... from 1.1.1 to 1.4.0 #​1917
  • Bugfix: Use the project working directory for running #​1947
  • Build(deps): Update asm, asm-util from 7.3.1 to 9.4 #​1945
  • Build(deps): Update zt-exec from 1.11 to 1.12 #​1933
  • Fix: revert sbt-jmh update #​1946
  • Build(deps): Update asm, asm-util from 7.0 to 7.3.1 #​1914
  • Build(deps): bump express from 4.17.1 to 4.18.2 in /website #​1942
  • Build(deps): bump qs from 6.5.2 to 6.5.3 in /website #​1941
  • Build(deps): Update sbt-git from 2.0.0 to 2.0.1 #​1936
  • Build(deps): Update sbt-scalajs from 1.6.0 to 1.12.0 #​1916
  • Build(deps): Update scala-library from 2.12.15 to 2.12.17 #​1920

Contributors

According to git shortlog -sn --no-merges v1.5.6..v1.5.7, the following people have contributed to
this v1.5.7 release: scala-center-steward[bot], Chris Kipp, Tomasz Godzik, Gerson Sosa, dependabot[bot], Adrien Piquerez, Arthur McGibbon, Dmytro Tsyliuryk, Gngr, Kamil Podsiadło, Rory Graves, Thanh Le, Łukasz Wroński.

v1.5.6

bloop v1.5.6

Bloop v1.5.6 is a bugfix release to release a new image working on older linux
systems.

Installing Bloop

For more details about installing Bloop, please see
Bloop's Installation Guide)

Merged pull requests

Here's a list of pull requests that were merged:

  • Chore: downgrade release ubuntu version #​1943

Contributors

According to git shortlog -sn --no-merges v1.5.5..v1.5.6, the following people
have contributed to this v1.5.6 release: Tomasz Godzik.

v1.5.5

bloop v1.5.5

One of the notable changes in this release for anyone using the bloop-config
artifact is that it's no longer contained inside of this repo or versioned along
with it. You can find its new location in
scalacenter/bloop-config. The
latest version of bloop-config is still 1.5.5 and you'll continue to use it as
you normally have.

Bloop v1.5.5 also ships a new major version of the Scala Debug Adapter,
featuring better debugging steps (step filter), conditional breakpoints,
logpoints and more. See a full list of features in the release notes of the
Scala Debug Adapter
3.0.1
and
3.0.3.

Installing Bloop

For more details about installing Bloop, please see
Bloop's Installation Guide)

Merged pull requests

Here's a list of pull requests that were merged:

  • Build(deps): Update scalafmt-core from 3.0.8 to 3.6.1 #​1937
  • Build(deps): Update sbt-jmh from 0.3.7 to 0.4.3 #​1940
  • Chore: add in runner.dialect to get rid of warning #​1935
  • Build(deps): Update scalafmt-core from 3.0.0-RC5 to 3.0.8 #​1930
  • Build(deps): Update sbt-mdoc from 2.3.0 to 2.3.6 #​1928
  • Build(deps): Update sbt-jmh, sbt-jmh-extras from 0.3.3 to 0.3.7 #​1934
  • Build(deps): Update slf4j-nop from 1.7.2 to 1.7.36 #​1932
  • Build(deps): Update scalaz-concurrent, scalaz-core from 7.2.20 to 7.2.35
    #​1931
  • Build(deps): Update sbt-scalafmt from 2.0.4 to 2.5.0 #​1929
  • Build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /website #​1923
  • Build(deps): Update scala-library from 2.13.8 to 2.13.10 #​1921
  • Build(deps): Update tools from 0.4.0 to 0.4.9 #​1922
  • Build(deps): Update sbt-scalajs-crossproject from 1.0.0 to 1.2.0 #​1915
  • Build(deps): Update scalajs-js-envs, ... from 0.6.32 to 0.6.33 #​1918
  • Build(deps): Update brave from 5.6.11 to 5.14.1 #​1909
  • Build(deps): Update groovy from 2.5.19 to 3.0.13 #​1911
  • Build(deps): Update zipkin-sender-urlconnection from 2.7.15 to 2.16.3 #​1897
  • Build(deps): Update log4j-core from 2.17.2 to 2.19.0 #​1904
  • Build(deps): Update classgraph from 4.8.78 to 4.8.151 #​1894
  • Build(deps): Update brave from 5.6.1 to 5.6.11 #​1896
  • Build(deps): Update org.eclipse.jgit, ... from 5.12.0.202106070339-r to
    5.13.1.202206130422-r #​1908
  • Build(deps): Update scala-maven-plugin from 4.5.3 to 4.5.6 #​1898
  • Build(deps): Update jna, jna-platform from 5.8.0 to 5.12.1 #​1900
  • Build(deps): Update maven-core, maven-plugin-api from 3.6.3 to 3.8.6 #​1905
  • Build(deps): Update groovy from 2.5.4 to 2.5.19 #​1907
  • Build(deps): Update log4j-core from 2.17.1 to 2.17.2 #​1901
  • Build(deps): Update maven-core, maven-model-builder, ... from 3.6.1 to 3.6.3
    #​1902
  • Build(deps): Update maven-plugin-annotations, ... from 3.6.0 to 3.6.4 #​1903
  • Build(deps): Update sbt-git from 1.0.2 to 2.0.0 #​1889
  • Build(deps): Update commons-codec from 1.11 to 1.15 #​1891
  • Build(deps): Update sbt-native-packager from 1.7.6 to 1.8.1 #​1890
  • Chore(ci): remove local steward #​1886
  • Refactor: remove unused cloneKafka stuff. #​1888
  • Docs: small updates to config related docs #​1885
  • Refactor: start using bloop-config as a dependency #​1868
  • Chore: Remove sbt asembly since it's no longer used #​1882
  • Chore: Remove sbt-ghpages and sbt-site since mdoc is being used instead
    #​1884
  • Build(deps): Update sbt-git from 0.9.3 to 1.0.2 #​1880
  • Build(deps): Update sbt-native-packager from 1.7.2 to 1.7.6 #​1881
  • Build(deps): Update pprint from 0.8.0 to 0.8.1 #​1878
  • Improvement: Change the stamps to timewrapped ones #​1871
  • Refactor: Use the actual timeouts defined for tests in DebugServerSpec #​1870
  • Build(deps): Update utest from 0.6.9 to 0.8.1 #​1876
  • Build(deps): Update sourcecode from 0.1.9 to 0.3.0 #​1875
  • Build(deps): Update pprint from 0.5.9 to 0.8.0 #​1874
  • Build(deps): Update sbt-assembly from 0.14.10 to 0.15.0 #​1873
  • Discover test classes only in test projects #​1869
  • Bugfix: Retry test if socket was taken #​1867
  • Update bsp to 2.1.0-M3 #​1845
  • Bugfix: Don't fail test if socket was already closed #​1866
  • Build(deps): Update sbt-buildinfo from 0.7.0 to 0.11.0 #​1861
  • Update scala-debug-adapter to 3.0.5 #​1865
  • Chore: Remove java-debug and ignore updates for nailgun, release-early #​1864
  • Build(deps): Update gradle from 4.2.0 to 4.2.2 #​1858
  • Build(deps): Update sbt-scalafix from 0.9.34 to 0.10.4 #​1857
  • Build(deps): Update sbt-assembly from 0.14.6 to 0.14.10 #​1860
  • Build(deps): Update sbt-dynver from 4.0.0 to 4.1.1 #​1859
  • Build(deps): Update sourcecode from 0.1.4 to 0.1.9 #​1863
  • Build(deps): Update pprint from 0.5.5 to 0.5.9 #​1862
  • Chore: Remove support for sbtBloop for 0.13 version #​1852
  • Chore: Try to setup Scala Steward #​1851
  • Bugfix: Remove potentially problematic println #​1850
  • Bump scala-debug-adapter to 3.0.4 #​1849
  • Build(deps): bump al-cheb/configure-pagefile-action from 1.2 to 1.3 #​1843
  • Use scala-debug-adapter 3.0 #​1841
  • Chore: Update benchmarks to make them easy to run locally #​1842
  • Feat: capture diagnostic code from Problem #​1750
  • Fix test BSP service by not using stale state #​1839
  • Support traversal mode in Dag.dfs #​1838
  • Fix: bloop.task.Task - avoid materializing fallback task in timeoutTo #​1834

Contributors

According to git shortlog -sn --no-merges v1.5.4..v1.5.5, the following people
have contributed to this v1.5.5 release: scala-center-steward[bot], Tomasz
Godzik, Bloop Bot, Chris Kipp, Adrien Piquerez, Martin Duhem, dependabot[bot],
Øyvind Raddum Berg, Łukasz Wroński, Vadim Chelyshov.

v1.5.4

bloop v1.5.4

Bloop v1.5.4 is a bugfix release.

Installing Bloop

For more details about installing Bloop, please see Bloop's Installation Guide)

Merged pull requests

Here's a list of pull requests that were merged:

  • Bugfix: Revert to bsp 2.0.0, since later versions don't run on JDK 8 #​1829
  • Chore: set canDebug capabilities to true #​1820
  • Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/multi_dependency/module1 #​1828
  • Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/test_jars #​1826
  • Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/multi_dependency/module2 #​1825
  • Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/basic_scala #​1824
  • Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/multi_scala/module2 #​1823
  • Improve test BSP service #​1769
  • Bugfix: Try to download semanticdb even if it might not be supported #​1821
  • Run source generators in topological order #​1819
  • Store source generators' states #​1784
  • Show stack traces of Errors thrown in asynchronous code #​1778
  • Add support for source generators in Bloop #​1774
  • Update gradle docs #​1783
  • Fix: empty parameters json parsing #​1782
  • Unblock bloop - upgrade monix and bsp4s #​1759
  • Chore: Automatically add hook for validating formatting #​1780
  • Truncate file timestamp in AttributedPath to milliseconds #​1776
  • Missing string interpolation #​1777
  • Bugfix: Try and fix issue with Base64 reflection #​1775
  • Fix: avoid resource file updates in test #​1773
  • Fix: check if products were removed in inc compilation #​1772
  • Support scala android plugin on Gradle #​1768
  • Upgrade sbt-librarymanagement to 1.1.5 due to CVEs in its 1.0.x tree. #​1770

Contributors

According to git shortlog -sn --no-merges v1.5.3..v1.5.4, the following people have contributed to
this v1.5.4 release: Vadim Chelyshov, Øyvind Raddum Berg, Martin Duhem, Tomasz Godzik, dependabot[bot], Arthur McGibbon, Kamil Podsiadlo, ScalaWilliam.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 16f29af to 7288c41 Compare November 15, 2022 00:38
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-14-7cb43276 Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-20-f7292aac Nov 15, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 7288c41 to 62fee19 Compare November 15, 2022 11:12
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-20-f7292aac Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-22-0e48e709 Nov 15, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 62fee19 to 254b6ef Compare November 15, 2022 13:44
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-22-0e48e709 Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-26-9544794d Nov 15, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 254b6ef to 32faad4 Compare November 21, 2022 18:00
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-26-9544794d Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-34-c8aceca0 Nov 21, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 32faad4 to 2481e1f Compare November 21, 2022 20:50
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-34-c8aceca0 Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-38-f8be964d Nov 21, 2022
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-38-f8be964d Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-40-51347d01 Nov 22, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch 2 times, most recently from 38f566b to 8b7ef02 Compare November 22, 2022 12:38
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-40-51347d01 Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-45-341800e9 Nov 22, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 8b7ef02 to b19ccf7 Compare November 23, 2022 14:25
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-45-341800e9 Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-50-768bd9ba Nov 23, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from b19ccf7 to 6c6b375 Compare November 23, 2022 17:26
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-50-768bd9ba Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-52-ae651c7b Nov 23, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 6c6b375 to 2473754 Compare November 24, 2022 11:47
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-52-ae651c7b Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-54-cfc03bdc Nov 24, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 2473754 to a0e1afb Compare November 25, 2022 12:43
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-54-cfc03bdc Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-58-0d75e80b Nov 25, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from a0e1afb to 9338cb2 Compare November 25, 2022 16:09
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-58-0d75e80b Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-65-fde1de63 Nov 25, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 9338cb2 to 6b49231 Compare November 28, 2022 11:02
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-65-fde1de63 Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-69-f1f9368f Nov 28, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 6b49231 to afec6ea Compare November 28, 2022 14:04
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-69-f1f9368f Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-75-39127531 Nov 28, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from afec6ea to bc88560 Compare November 28, 2022 16:57
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-75-39127531 Update dependency ch.epfl.scala:sbt-bloop to v1.5.4-78-d8126ad2 Nov 28, 2022
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-6-aed542c7 Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-20-dcd104ad Dec 7, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 6d3f3c4 to 24cea78 Compare December 8, 2022 16:06
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-20-dcd104ad Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-22-f1159f10 Dec 8, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 24cea78 to a49d0ba Compare December 8, 2022 19:06
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-22-f1159f10 Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-26-04e37730 Dec 8, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from a49d0ba to 2152218 Compare December 9, 2022 13:36
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-26-04e37730 Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-31-db2757ec Dec 9, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 2152218 to fcbe3dc Compare December 22, 2022 11:57
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-31-db2757ec Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-47-607be307 Dec 22, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from fcbe3dc to 6c44482 Compare December 22, 2022 15:08
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-47-607be307 Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-49-5406395c Dec 22, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 6c44482 to 7fdee9f Compare December 22, 2022 17:47
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-49-5406395c Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-51-45e321ed Dec 22, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 7fdee9f to dd07695 Compare December 23, 2022 20:53
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-51-45e321ed Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-61-e5171d3c Dec 23, 2022
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from dd07695 to 0aca0a2 Compare June 30, 2023 18:08
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.6-61-e5171d3c Update dependency ch.epfl.scala:sbt-bloop to v1.5.7 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 0aca0a2 to ba81387 Compare July 5, 2023 18:45
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.7 Update dependency ch.epfl.scala:sbt-bloop to v1.5.8 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from ba81387 to 7d8cdc2 Compare July 17, 2023 16:40
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.8 Update dependency ch.epfl.scala:sbt-bloop to v1.5.9 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 7d8cdc2 to 2cf0fea Compare August 28, 2023 16:54
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.9 Update dependency ch.epfl.scala:sbt-bloop to v1.5.10 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from 2cf0fea to d368abc Compare September 1, 2023 16:36
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.10 Update dependency ch.epfl.scala:sbt-bloop to v1.5.11 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/ch.epfl.scala-sbt-bloop-1.x branch from d368abc to a5b3252 Compare November 22, 2023 11:32
@renovate renovate bot changed the title Update dependency ch.epfl.scala:sbt-bloop to v1.5.11 Update dependency ch.epfl.scala:sbt-bloop to v1.5.12 Nov 22, 2023
@rohinp rohinp merged commit 151c8e0 into main Nov 24, 2023
@rohinp rohinp deleted the renovate/ch.epfl.scala-sbt-bloop-1.x branch November 24, 2023 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant