sbt/core
Sam Desborough 649b6dffc2 Preserve backslashes in `expandMavenSettings`
We use `expandMavenSettings` to turn environment variable expressions
in `settings.xml` into their actual values.

Before this change, if an environment variable value contained
backslashes, they would have been treated as escape characters by
`Regex.replaceAllIn` and removed from the returned string. This caused
an issue when using backslashes for Windows paths.
2024-06-28 15:03:17 +01:00
..
src Preserve backslashes in `expandMavenSettings` 2024-06-28 15:03:17 +01:00
NOTICE Library management API 2017-07-15 11:17:23 -04:00