sbt/notes/0.13.14
Dale Wijnand b53d8c4433
Notify & enable users to stay in the warm shell
Notify & enable users to stay in sbt's shell on the warm JVM by hitting
[ENTER] while sbt is running.

Looks like this; first I run 'sbt about', then I hit [ENTER]:

    $ sbt about
    [info] !!! Executing in batch mode !!! For better performance, hit [ENTER] to remain in the sbt shell

    [info] Loading global plugins from /Users/dnw/.dotfiles/.sbt/0.13/plugins
    [info] Loading project definition from /s/t/project
    [info] Set current project to t (in build file:/s/t/)
    [info] This is sbt 0.13.14-SNAPSHOT
    [info] The current project is {file:/s/t/}t 0.1.0-SNAPSHOT
    [info] The current project is built against Scala 2.12.1
    [info] Available Plugins: sbt.plugins.IvyPlugin, sbt.plugins.JvmPlugin, sbt.plugins.CorePlugin, sbt.plugins.JUnitXmlReportPlugin, sbt.plugins.Giter8TemplatePlugin
    [info] sbt, sbt plugins, and build definitions are using Scala 2.10.6
    >
    >

Fixes #2987
2017-03-07 12:36:34 +00:00
..
buildlevelkey.md Touch up exisiting 0.13.14 notes 2017-02-06 10:24:10 +00:00
dotty_bridge.md Automatically choose proper compiler bridge for dotty 2017-01-11 16:06:45 +01:00
fix-triggeredBy-storeAs-etc-using-colon-equals.md Add notes for .triggeredBy/.storeAs/etc fix 2017-02-06 10:24:15 +00:00
ivyfix.md Bump up Ivy 2016-11-11 14:42:48 -05:00
junit_xml_imp.md Touch up exisiting 0.13.14 notes 2017-02-06 10:24:10 +00:00
mediator_fix.md Apply binary version conflict check to Compile related configs 2016-11-11 15:44:05 -05:00
preliminary-compatibility-with-jdk9.md Add notes for preliminary compatbility with jdk 9 2017-02-06 10:24:12 +00:00
stay-in-shell.md Notify & enable users to stay in the warm shell 2017-03-07 12:36:34 +00:00