Describe the bug
A clear and concise description of what the bug is.
I am doing the build and I get this error
[info] set current project to mantis (in build file:/C:/mantis/)
[warn] there are 2 keys that are not used by any other settings/tasks:
[warn]
[warn] ThisBuild / jdkPackagerType
[warn] +- C:\mantis\build.sbt:268
[warn] ThisBuild / organization
[warn] +- C:\mantis\build.sbt:22
[warn]
[warn] note: a setting might still be used by a command; to exclude a key from this lintUnused check
[warn] either append it to Global / excludeLintKeys or call .withRank(KeyRanks.Invisible) on the key
:1: error: not found: value latest
version := latest
^
[error] Type error in expression
Pulling mantis (mantis:latest)...
The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Docker Compose is now in the Docker CLI, try `docker compose up`
Continue with the new image? [yN]
![image](https://user-images.githubusercontent.com/51919921/136205907-4ed23839-b6b2-4223-b0a3-b7ef8342d94e.png)
Describe the bug A clear and concise description of what the bug is.
I am doing the build and I get this error
[info] set current project to mantis (in build file:/C:/mantis/) [warn] there are 2 keys that are not used by any other settings/tasks: [warn] [warn] ThisBuild / jdkPackagerType [warn] +- C:\mantis\build.sbt:268 [warn] ThisBuild / organization [warn] +- C:\mantis\build.sbt:22 [warn] [warn] note: a setting might still be used by a command; to exclude a key from this
lintUnused
check [warn] either append it toGlobal / excludeLintKeys
or call .withRank(KeyRanks.Invisible) on the key