SBT dependency single and double per cent sign Abstract: This article introduce how to use the **single** (`%`) and **double** (`%%`) per cent sign in `sbt` dependency. ## Introduction As we know, in the sbt dependency description, there are two type symbols: 1. single per cent sign`%`
2. …