diff --git a/examples/resourcebundling/resourcebundling.nimble b/examples/resourcebundling/resourcebundling.nimble index 92189d8..99bb870 100644 --- a/examples/resourcebundling/resourcebundling.nimble +++ b/examples/resourcebundling/resourcebundling.nimble @@ -9,7 +9,7 @@ bin = @["main"] # Dependencies -requires "nimqml >= 0.5.0" +requires @["nim >= 0.12.1", "nimqml >= 0.5.0"] task build, "Compile the binary": exec ("nim c main")