housekeeping

This commit is contained in:
Ralf Comtesse 2025-10-06 10:13:53 +02:00
parent 38c63d80f4
commit c0d94a3f4b
3 changed files with 7 additions and 10 deletions

5
scala/.gitignore vendored
View File

@ -1,6 +1,6 @@
/bin/
lib
project
# OSX Finder
.DS_Store
@ -15,7 +15,7 @@ project
.vscode
.metals
.scala-build
project/metals.sbt
metals.sbt
@ -29,4 +29,3 @@ project/metals.sbt
.classpath
target/
approvaltests/gildedrose.testresult.txt

View File

@ -9,9 +9,7 @@ lazy val root = project
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.approvaltests" % "approvaltests" % "25.4.3" % Test,
"junit" % "junit" % "4.13.2",
"com.github.sbt.junit" % "jupiter-interface" % "0.15.1" % Test,
"org.junit.jupiter" % "junit-jupiter" % "6.0.0" % Test
"com.github.sbt.junit" % "jupiter-interface" % "0.15.1" % Test
),
testOptions += Tests.Argument(TestFrameworks.JUnit)
)

View File

@ -34,8 +34,8 @@ diff_program:meld
#interpreter:python
# Settings for the Ruby version
#executable:${TEXTTEST_HOME}/ruby/texttest_fixture.rb
#interpreter:ruby
executable:${TEXTTEST_HOME}/ruby/texttest_fixture.rb
interpreter:ruby
# Settings for the C# Core version
#executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net8.0/GildedRoseTests