Browse Source

Start building against Spring HATEOAS 2.0.0-RC1 snapshots

See gh-32652
pull/32685/head
Stephane Nicoll 3 years ago
parent
commit
645595c19e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1445,7 +1445,7 @@ bom { @@ -1445,7 +1445,7 @@ bom {
]
}
}
library("Spring HATEOAS", "2.0.0-M6") {
library("Spring HATEOAS", "2.0.0-SNAPSHOT") {
group("org.springframework.hateoas") {
modules = [
"spring-hateoas"

Loading…
Cancel
Save