From 16b26cc9da8e935eb5e573a2f6424e9a14986210 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 12:57:48 +0000 Subject: [PATCH] Align versions of scala-library and scala-reflect Closes gh-23887 --- spring-boot-project/spring-boot-parent/build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 1fc23a8997..791470148e 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -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 = [