Align versions of scala-library and scala-reflect
Closes gh-23887
This commit is contained in:
parent
57a9bade34
commit
16b26cc9da
|
@ -123,6 +123,14 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
library("Scala", "2.12.11") {
|
||||||
|
group("org.scala-lang") {
|
||||||
|
modules = [
|
||||||
|
"scala-library",
|
||||||
|
"scala-reflect"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
library("Sisu", "2.6.0") {
|
library("Sisu", "2.6.0") {
|
||||||
group("org.sonatype.sisu") {
|
group("org.sonatype.sisu") {
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Reference in New Issue