name := "prog-2" scalaVersion := "3.1.1" enablePlugins(ScalaNativePlugin) nativeCompileOptions ++= Seq("-stdlib=libc++") nativeLinkingOptions ++= Seq("-fuse-ld=lld") nativeMode := "debug" nativeLTO := "none" libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-funsuite" % "3.2.11" % "test", "org.scala-lang.modules" %% "scala-swing" % "3.0.0" )