mirror of
https://github.com/fiatjaf/nak.git
synced 2024-10-30 00:59:07 -04:00
10 lines
272 B
Scala
10 lines
272 B
Scala
enablePlugins(ScalaJSPlugin, EsbuildPlugin)
|
|
|
|
name := "nostr-army-knife"
|
|
scalaVersion := "3.2.2"
|
|
|
|
scalaJSUseMainModuleInitializer := true
|
|
|
|
libraryDependencies += "com.armanbilge" %%% "calico" % "0.2.0-RC2"
|
|
libraryDependencies += "com.fiatjaf" %%% "snow" % "0.0.1-SNAPSHOT"
|