e28fd3e7c9
update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
11 lines
204 B
Scala
11 lines
204 B
Scala
name := """student-api"""
|
|
organization := "com.baeldung"
|
|
|
|
version := "1.0-SNAPSHOT"
|
|
|
|
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
|
|
|
scalaVersion := "2.13.0"
|
|
|
|
libraryDependencies += guice
|