nak/build.sbt

12 lines
341 B
Plaintext
Raw Normal View History

enablePlugins(ScalaJSPlugin)
2022-02-22 10:21:47 -05:00
// enablePlugins(ScalaJSBundlerPlugin)
name := "app"
scalaVersion := "2.13.7"
scalaJSUseMainModuleInitializer := true
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.1.0"
2022-02-22 10:21:47 -05:00
libraryDependencies += "me.shadaj" %%% "slinky-core" % "0.7.0"
libraryDependencies += "me.shadaj" %%% "slinky-web" % "0.7.0"