diff --git a/common b/common index 3148990..6786683 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 31489901d783811f201768436e9b31e2042ec7d5 +Subproject commit 6786683b385f799feb365dbe0e906d83aaf7b150 diff --git a/project/build.properties b/project/build.properties index 7a7e80d..da9d652 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.5.5 +sbt.version = 1.5.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index e2e5adb..b823409 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ logLevel := Level.Warn addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") diff --git a/src/main/resources/messages.txt b/src/main/resources/messages.txt index f422879..f6d7729 100644 --- a/src/main/resources/messages.txt +++ b/src/main/resources/messages.txt @@ -56,6 +56,7 @@ cli.error.args=Invalid arguments. Please check the following. cli.cancel=Import has been canceled. cli.invalid_setup=Setup is incomplete. Please complete the set up with the sub-command "export". Add "--help" option to know about the "export" command. cli.warn.not.latest=The latest version [{0}] has been released. The current version is [{1}]. +cli.warn.rate_limit=The API usage limit has been exceeded. Waiting 1 minute before resuming. # ----------------------------------------------------------------------------- # CLI Help diff --git a/src/main/resources/messages_ja.txt b/src/main/resources/messages_ja.txt index 4cb1c95..9261c3d 100644 --- a/src/main/resources/messages_ja.txt +++ b/src/main/resources/messages_ja.txt @@ -57,6 +57,7 @@ cli.error.args=不正な引数です。以下をご確認下さい。 cli.cancel=インポートを中止しました。 cli.invalid_setup=エクスポートが不十分です。サブコマンド[export]を使用し再度エクスポートしてください。[export]コマンドについて知るには、[--help]オプションをつけて実行してください。 cli.warn.not.latest=最新バージョン[{0}]がリリースされています。現在のバージョンは[{1}]です。 +cli.warn.rate_limit=受付可能なリクエスト数の上限に達しました。再開まで1分間お待ちください。 # ----------------------------------------------------------------------------- # CLI Help