mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-09 00:58:50 +00:00
publish automatically with snow 0.0.1
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
enablePlugins(ScalaJSPlugin, EsbuildPlugin)
|
enablePlugins(ScalaJSPlugin, EsbuildPlugin)
|
||||||
|
|
||||||
name := "nostr-army-knife"
|
name := "nostr-army-knife"
|
||||||
scalaVersion := "3.2.2"
|
scalaVersion := "3.3.0-RC4"
|
||||||
|
|
||||||
lazy val root = (project in file("."))
|
lazy val root = (project in file("."))
|
||||||
.settings(
|
.settings(
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.armanbilge" %%% "calico" % "0.2.0-RC2",
|
"com.armanbilge" %%% "calico" % "0.2.0-RC2",
|
||||||
"com.fiatjaf" %%% "snow" % "0.0.1-SNAPSHOT"
|
"com.fiatjaf" %%% "snow" % "0.0.1"
|
||||||
),
|
),
|
||||||
scalaJSUseMainModuleInitializer := true,
|
scalaJSUseMainModuleInitializer := true,
|
||||||
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) }
|
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) }
|
||||||
|
|||||||
Reference in New Issue
Block a user