Files
event-sourcing-examples/scala-spring/web-common/build.gradle
2015-01-03 14:54:06 -08:00

11 lines
176 B
Groovy

apply plugin: 'scala'
dependencies {
compile "org.scala-lang:scala-library:2.10.2"
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
}