GildedRose-Refactoring-Kata/scala
2025-09-26 20:06:13 +02:00
..
project * bumped sbt version to 1.10.10 2025-09-26 17:32:52 +02:00
src cleaned up texttest_rig.py 2025-09-26 20:06:13 +02:00
.gitignore added .bloop and vscode directories for scala to .gitignore 2025-09-26 19:47:35 +02:00
build.sbt * bumped sbt version to 1.10.10 2025-09-26 17:32:52 +02:00
README.md Updae to scala 3 2025-03-15 21:36:24 +00:00
texttest_rig.py cleaned up texttest_rig.py 2025-09-26 20:06:13 +02:00

Gilded Rose starting position in Scala 3 scalatest

Build the project

sbt compile

Run the Gilded Rose Command-Line program

For e.g. 10 days:

sbt "run 10"

Run all the unit tests

sbt test