Commit 16b26cc9 authored by Andy Wilkinson's avatar Andy Wilkinson

Align versions of scala-library and scala-reflect

Closes gh-23887
parent 57a9bade
...@@ -123,6 +123,14 @@ bom { ...@@ -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 = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment