Fix punctuation in incompatible version warning (#26035)
This commit is contained in:
parent
ed868adf53
commit
24c57269af
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ final class ManifestInfo(val system: ExtendedActorSystem) extends Extension {
|
|||
"Detected possible incompatible versions on the classpath. " +
|
||||
s"Please note that a given $productName version MUST be the same across all modules of $productName " +
|
||||
"that you are using, e.g. if you use [{}] all other modules that are released together MUST be of the " +
|
||||
"same version. Make sure you're using a compatible set of libraries." +
|
||||
"same version. Make sure you're using a compatible set of libraries. " +
|
||||
"Possibly conflicting versions [{}] in libraries [{}]",
|
||||
highestVersion, conflictingVersions, fullInfo)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue