mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
8 lines
130 B
Scala
8 lines
130 B
Scala
name := "GildedRose"
|
|
|
|
version := "1.0"
|
|
|
|
scalaVersion := "2.12.1"
|
|
|
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1"
|