mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 16:19:07 -05:00
publish automatically with snow 0.0.1
This commit is contained in:
parent
bd58a6fb53
commit
7917556d8c
|
@ -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) }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user