Skip to content

Release - 0.7.0

Compare
Choose a tag to compare
@kevcodez kevcodez released this 25 Mar 15:16
· 20 commits to master since this release
  • Support replacing versions defined with val by extra in kotlin build scripts
val SPRING_BOOT by extra("2.3.0.M3")

dependencies {
    implementation("org.springframework.boot:spring-boot-starter-data-jdbc:$SPRING_BOOT")

}