Skip to content

2.12 support #28

@cvogt

Description

@cvogt

@SethTisue implemented support for 2.12.0 https://github.com/cvogt/browse/tree/topic/2.12-compat

I added support for 2.12.1 https://github.com/cvogt/browse/tree/topic/2.12.1-compat

Looks like @paulp had done this, too, but I can't find the source code. The binaries are here:
https://bintray.com/paulp/maven/sxr/1.0.2#files/org/improving/sxr_2.12/1.0.2

@paulp Since this is a compiler plugin, it should be released with scala minor versions in the artifactId. The plugin is definitely binary incompatible between 2.12.0 and 2.12.1 as you can see from my patch here: cvogt@67261cd (the previously overridden method became final in 2.12.1 and the new one didn't exist in 2.12.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions