---
title: "MrAnderson 0.6"
url: https://daily.dev/posts/mranderson-0-6-vfnnk7oel
source_url: https://metaredux.com/posts/2026/06/22/mranderson-0-6.html
type: article
source: "Meta Redux"
published: 2026-06-26T10:29:45.060Z
updated: 2026-06-26T10:30:07.300Z
tags: ["clojure"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# MrAnderson 0.6

**[Meta Redux](https://daily.dev/sources/metaredux)** · 7 min read · 0 upvotes · 0 comments

## Summary

MrAnderson 0.6 is released, a Clojure dependency inlining tool used by cider-nrepl to bundle private copies of dependencies that can't clash with user project dependencies. The release fixes several long-standing bugs including incorrect handling of records vs. namespace references (dash vs. underscore munging), over-eager import rewriting, mixed imports of deftype-generated and real Java classes, skipped import rewrites, broken load statement path rewriting, and a critical bug that could delete project sources. The release also adds a Leiningen-free entry point (mranderson.core/inline-deps) enabling use with tools.build, and improves test coverage for the Java class repackaging subsystem.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://metaredux.com/posts/2026/06/22/mranderson-0-6.html>

## Similar posts on daily.dev

- [clj-refactor.el 4.0](https://daily.dev/posts/clj-refactor-el-4-0-9gwkhiivt) · Meta Redux · 0 upvotes · 0 comments
- [Clojurists Together Update: May and June 2026](https://daily.dev/posts/clojurists-together-update-may-and-june-2026-ngmznmylq) · Meta Redux · 0 upvotes · 0 comments
- [jank now has its own custom IR](https://daily.dev/posts/jank-now-has-its-own-custom-ir-xb0nzvh5o) · Lobsters · 0 upvotes · 0 comments

---

Tags: [#clojure](https://daily.dev/tags/clojure)

[View this post on daily.dev](https://daily.dev/posts/mranderson-0-6-vfnnk7oel)
