Registry / utility / macro-compat-2-11

macro-compat-2-11

JSON →
library1.1.1javamavenunverified

A compatibility library for Scala macros across different Scala versions.

<dependency> <groupId>org.typelevel</groupId> <artifactId>macro-compat_2.11</artifactId> <version>1.1.1</version> </dependency>
INSTALL
IMPORT
SIG · MACRO-COMPAT-2-11
M
macro-compat-2-11
utilityjavav1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MacroCompat
macrocompat.MacroCompat

Minimal Scala example using MacroCompat trait.

import macrocompat.MacroCompat object Example extends MacroCompat { def main(args: Array[String]): Unit = { println("Macro compat enabled") } }
Debug
Known issues
breakingThis library is specific to Scala 2.11; use the appropriate version for your Scala version.
fix
Ensure you are using the correct artifact for your Scala version (e.g., macro-compat_2.12 for Scala 2.12).
affects: all
Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
macro-compat-2-11 — mvn dependency:get macro-compat-2-11 · libregistry