Michał Pawlik

Results 26 issues of Michał Pawlik

Hi I'm trying to use this plugin to prepare for sbt 1.5.0 in one of my project. The issue is, the plugin seems to use `pvp` by default for projects...

## Problem description The plugin doesn't add agent when user overrides `libraryDependencies` with `:=` as opposed to appending them. For example when project is defined like this: ```scala lazy val...

https://github.com/polyvariant/pitgull/pull/264 introduces a synchronous backend for communicating with gitlab. It should either be changed to async one, or wrapped in `F` to eliminate `Identity` from `Gitlab.sttpInstance` signature

When https://github.com/bkirwi/decline/pull/293 is fixed, consider using it in bootstrap cli

## Compiler version The attached code compiled well up to `3.3.3` and stopped compiling with `3.3.4`. Compilation also fails on latest `3.5.1`. ## Minimized code Also available as a gist...

itype:bug
area:typer
regression