Skip to content

Commit

Permalink
Use munit for kiama
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Dec 20, 2024
1 parent 3136709 commit b274a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ lazy val kiama: CrossProject = crossProject(JSPlatform, JVMPlatform).in(file("ki
name := "kiama"
)
.jvmSettings(
libraryDependencies ++= (replDependencies ++ lspDependencies),
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.2" % "test",
libraryDependencies ++= (replDependencies ++ lspDependencies ++ testingDependencies),
testFrameworks += new TestFramework("utest.runner.Framework")
)

Expand Down

0 comments on commit b274a6b

Please sign in to comment.