File tree 2 files changed +6
-5
lines changed
scala-native/src/main/scala/com/baeldung/native
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"))
535
535
// lazy val scala_native = (project in file("scala-native"))
536
536
// .settings(
537
537
// name := "scala-native",
538
- // libraryDependencies += "com.lihaoyi" %%% "fansi" % "0.3.0"
538
+ // scalaVersion := scala3Version,
539
+ // libraryDependencies += "com.lihaoyi" %%% "fansi" % "0.4.0"
539
540
// )
540
541
541
542
// 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 {
41
41
}
42
42
43
43
def main (args : Array [String ]): Unit = {
44
- printFromNative
45
- simpleNative
46
- nativeFromCFile
47
- testCurl
44
+ printFromNative()
45
+ simpleNative()
46
+ nativeFromCFile()
47
+ testCurl()
48
48
}
49
49
50
50
}
You can’t perform that action at this time.
0 commit comments