Skip to content

1.1.6

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 19 Nov 00:01
· 68 commits to 1.x since this release
v1.1.6
5478540

Don't make JAnsi ClassLoader unless necessary

For historical reasons, it was necessary to always put JAnsi in a ClassLoader above the rest of the metabuild classpath. As of sbt 1.x,
that is no longer the case and causes problems when using the latest JAnsi version in sbt. We still need to have the JAnsi loader for legacy
versions so now we only make the jansi loader if we detect that we are launching a 0.x version on non Cygwin windows. #81 by @eatkins