diff --git a/build.sbt b/build.sbt index 5b163ba..36ebb0b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,13 +1,13 @@ enablePlugins(ScalaJSPlugin, EsbuildPlugin) name := "nostr-army-knife" -scalaVersion := "3.2.2" +scalaVersion := "3.3.0-RC4" lazy val root = (project in file(".")) .settings( libraryDependencies ++= Seq( "com.armanbilge" %%% "calico" % "0.2.0-RC2", - "com.fiatjaf" %%% "snow" % "0.0.1-SNAPSHOT" + "com.fiatjaf" %%% "snow" % "0.0.1" ), scalaJSUseMainModuleInitializer := true, scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) }