GildedRose-Refactoring-Kata/scala
2025-09-29 22:16:04 +02:00
..
project * bumped sbt version to 1.10.10 2025-09-29 22:16:04 +02:00
src * converted Java TextestFixture to scala 2025-09-29 22:16:04 +02:00
.gitignore added .bsp to .gitignore 2025-09-29 22:16:04 +02:00
build.sbt * bumped sbt version to 1.10.10 2025-09-29 22:16:04 +02:00
README.md Updae to scala 3 2025-03-15 21:36:24 +00: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