Skip to content

Commit

Permalink
Merge pull request #708 from kazufumi-nishida-www/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
eed3si9n authored Jul 30, 2018
2 parents 7d4cf74 + 71b4ab9 commit 86b0a5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ out: sbt-1.0-Release-Notes.html
- `PathFinder.x_!(mapper)``PathFinder``def pair` に変更された。
- `sbt.Path` の多くのメソッド (`relativeTo``rebase``flat` など) は以前は `sbt` のパッケージオブジェクト経由でデフォルトの名前空間に入っていたが、それが無くなったので `sbt.io.Path` を使ってアクセスしてほしい。
- sbt 1.0 は、スコープ成分としての `Global``Zero` と名前を変えて、`GlobalScope` と区別するようにした。 [@eed3si9n][@eed3si9n]
- 今まで `update.value.configuration(...)` のような所でコンフィギュレーションを参照するのに文字列が使われいたのを`ConfigRef` を使うように変更した。
- 今まで `update.value.configuration(...)` のような所でコンフィギュレーションを参照するのに文字列が使われていたのを`ConfigRef` を使うように変更した。
- `sourceArtifactTypes``docArtifactTypes``Set[String]` から `Seq[String]` セッティングへと変更した。
- early command 機能を `--<command>` という構文から `early(<command>)` へと変更した。
- sbt 0.12 スタイルのハイフン区切りされたキー名を撤廃した (例えば `publish-local` から `publishLocal` に移行する)。
Expand Down

0 comments on commit 86b0a5e

Please sign in to comment.