We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb22cf commit b7270f0Copy full SHA for b7270f0
mill-build/src/millbuild/Deps.scala
@@ -173,7 +173,7 @@ object Deps {
173
val semanticDbJava = mvn"com.sourcegraph:semanticdb-java:0.10.3"
174
val semanticDbShared = mvn"org.scalameta:semanticdb-shared_2.13:${semanticDBscala.version}"
175
val sourcecode = mvn"com.lihaoyi::sourcecode:0.4.3-M5"
176
- val springBootTools = mvn"org.springframework.boot:spring-boot-loader-tools:3.5.3"
+ val springBootTools = mvn"org.springframework.boot:spring-boot-loader-tools:3.5.5"
177
val upickle = mvn"com.lihaoyi::upickle:4.2.1"
178
val upickleNamedTuples = mvn"com.lihaoyi::upickle-implicits-named-tuples:4.2.1"
179
// Using "native-terminal-no-ffm" rather than just "native-terminal", as the GraalVM releases currently
0 commit comments