publish automatically with snow 0.0.1

This commit is contained in:
fiatjaf 2023-04-24 13:32:51 -03:00
parent bd58a6fb53
commit 7917556d8c
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

View File

@ -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) }