File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
scala-native/src/main/scala/com/baeldung/native Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,8 @@ lazy val doobie = (project in file("doobie"))
535535// lazy val scala_native = (project in file("scala-native"))
536536// .settings(
537537// name := "scala-native",
538- // libraryDependencies += "com.lihaoyi" %%% "fansi" % "0.3.0"
538+ // scalaVersion := scala3Version,
539+ // libraryDependencies += "com.lihaoyi" %%% "fansi" % "0.4.0"
539540// )
540541
541542// ScalaPy Python Project is disabled as it needs clang and python to installed in the target machine.
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ object NativeApp {
4141 }
4242
4343 def main (args : Array [String ]): Unit = {
44- printFromNative
45- simpleNative
46- nativeFromCFile
47- testCurl
44+ printFromNative()
45+ simpleNative()
46+ nativeFromCFile()
47+ testCurl()
4848 }
4949
5050}
You can’t perform that action at this time.
0 commit comments