What happened to bootstrap?

I need an empty chain that I can apply my implicit class to.

According to the docs, bootstrap has been removed in 2.0. I’m not seeing what replaces it. What gives me the equivalent functionality?

I tried just using “exec()” and that seems to do the trick. :slight_smile:

Exactly.
You just need core.Predef._ in scope.