macwire
macwire copied to clipboard
Lightweight and Nonintrusive Scala Dependency Injection Library
## About this PR 📦 Updates * [org.scala-lang:scala3-compiler](https://github.com/scala/scala3) * [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3) from `3.0.2` to `3.4.2` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.2) - [Version Diff](https://github.com/scala/scala3/compare/3.0.2...3.4.2) - [Version Diff](https://github.com/scala/scala3/compare/release-3.0.2...release-3.4.2) ## Usage ✅ **Please merge!** I'll...
## About this PR 📦 Updates [com.softwaremill.common:tagging](https://github.com/softwaremill/scala-common) from `2.3.1` to `2.3.5` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.9.4` to `3.9.10` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.9.10) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.9.4...v3.9.10) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
using macwire 2.6.6 on scala 3.7.1 when i modify a dependency the module is not recompiled resulting in runtime crash please see https://github.com/OlegYch/macwire-undercompilation
Reproduction: https://scastie.scala-lang.org/Mu9z4cNQQgas5KrfuEfl3Q is it related to https://github.com/softwaremill/macwire/issues/189?