Align versions of scala-library and scala-reflect

Closes gh-23887
This commit is contained in:
Andy Wilkinson
2020-10-26 12:57:48 +00:00
parent 57a9bade34
commit 16b26cc9da

View File

@@ -123,6 +123,14 @@ bom {
]
}
}
library("Scala", "2.12.11") {
group("org.scala-lang") {
modules = [
"scala-library",
"scala-reflect"
]
}
}
library("Sisu", "2.6.0") {
group("org.sonatype.sisu") {
modules = [