Skip to content

Commit a1208ab

Browse files
committed
Fix runtime dependencies
1 parent e02aa5c commit a1208ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/eunit/src/eunit.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
{registered,[]},
2626
{applications, [kernel,stdlib]},
2727
{env, []},
28-
{runtime_dependencies, ["stdlib-6.0","kernel-5.3","erts-9.0"]}]}.
28+
{runtime_dependencies, ["stdlib-6.0","kernel-8.3","erts-9.0"]}]}.

0 commit comments

Comments
 (0)