From 94ec0af21a1fe58c289c9e2a3e2f0966239d3f18 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 13 Jun 2017 18:36:50 -0400 Subject: [PATCH] notes change --- notes/1.0.0.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/1.0.0.markdown b/notes/1.0.0.markdown index 3d919d985..4dee0c945 100644 --- a/notes/1.0.0.markdown +++ b/notes/1.0.0.markdown @@ -8,7 +8,7 @@ This is the beta-2 release of sbt 1.0. #### Features, fixes, changes with compatibility implications -We are working with Scala Center to provide [an automatic migration tool][sbt-migration-rewrites]. +The Scala Center is working with Lightbend to provide [an automatic migration tool][sbt-migration-rewrites]. - sbt 1.0 renames `Global` as scope component to `Zero` to disambiguate from `GlobalScope`. [@eed3si9n][@eed3si9n] @@ -39,7 +39,7 @@ We are working with Scala Center to provide [an automatic migration tool][sbt-mi #### Static validation of build.sbt -sbt 1.0 prohibits `.value` calls inside the bodies of if and else expressions in a task. `@sbtUnchecked` annotation can be used to override the check. +sbt 1.0 prohibits `.value` calls inside the bodies of if expressions and anonymous functions in a task, `@sbtUnchecked` annotation can be used to override the check. The static validation also catches if you forget to call `.value` in a body of a task.