diff -r 81ee93b87258 -r 739039774cee progs/fun/funt.sc --- a/progs/fun/funt.sc Mon Jan 24 00:00:33 2022 +0000 +++ b/progs/fun/funt.sc Mon Jan 24 00:14:02 2022 +0000 @@ -165,7 +165,7 @@ // import ammonite.ops._ // post 2.5.0 ammonite -import $ivy.`com.lihaoyi::os-lib:0.8.0` +// import os._ def compile_to_file(prog: List[Decl], class_name: String) : Unit = write.over(pwd / s"$class_name.j", compile(prog, class_name))