From 6587729fa96da8878d920825deb4c73e1b23b62e Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Wed, 14 Jan 2015 16:27:12 -0500 Subject: [PATCH] Fix from review. --- notes/0.13.8/enhance-bytecode-feature.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/0.13.8/enhance-bytecode-feature.markdown b/notes/0.13.8/enhance-bytecode-feature.markdown index b720f9414..3525f1638 100644 --- a/notes/0.13.8/enhance-bytecode-feature.markdown +++ b/notes/0.13.8/enhance-bytecode-feature.markdown @@ -7,7 +7,7 @@ ### Bytecode Enhancers -sbt 0.13.8 adds an extension point whereby users can effectively manipulate java bytecode (.class files) BEFORE the +sbt 0.13.8 adds an extension point whereby users can effectively manipulate java bytecode (.class files) *before* the incremental compiler attempts to cache the classfile hashes. This allows libraries like ebean to function with sbt without corrupting the compiler cache and rerunning compile every few seconds.