Skip to content

Commit

Permalink
Refactor WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-rd committed Dec 6, 2024
1 parent 56ba29e commit aba340d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ lazy val root = (project in file("."))
"org.slf4j" % "slf4j-simple" % "1.7.30" % Test,
"org.scalameta" % "munit_3" % "1.0.0" % Test,
"org.junit.jupiter" % "junit-jupiter" % "5.6.2" % Test,
"org.junit.jupiter" % "junit-jupiter-engine" % "5.7.2" % Test
"org.junit.jupiter" % "junit-jupiter-engine" % "5.7.2" % Test,
"com.lihaoyi" %% "sourcecode" % "0.4.3-M5"
)
)

Expand Down

0 comments on commit aba340d

Please sign in to comment.