Skip to content

Commit ab1372f

Browse files
committed
More fixing
1 parent f21052e commit ab1372f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ lazy val demo = crossProject(JSPlatform, JVMPlatform, NativePlatform)
299299
name := "demo",
300300
publish / skip := true,
301301
Keys.`package` := file(""),
302-
zonesFilter := zonesFilterFn
302+
zonesFilter := zonesFilterFn,
303+
dbVersion := TzdbPlugin.Version(tzdbVersion)
303304
)
304305
.jsSettings(
305306
// scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.ESModule) },

0 commit comments

Comments
 (0)