mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
8 lines
132 B
Scala
8 lines
132 B
Scala
name := "GildedRose"
|
|
|
|
version := "1.0"
|
|
|
|
scalaVersion := "2.10.2"
|
|
|
|
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "2.0"
|