Skip to content

Commit 6ef4965

Browse files
committed
no fatal warnings
1 parent f0287fd commit 6ef4965

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ lazy val tzdb = crossProject(JVMPlatform, JSPlatform, NativePlatform)
179179
name := "scala-java-time-tzdb",
180180
includeTTBP := true,
181181
dbVersion := TzdbPlugin.Version(tzdbVersion),
182-
tlFatalWarnings := false
183182
)
184183
.jsSettings(
185184
Compile / sourceGenerators += Def.task {
@@ -252,7 +251,6 @@ lazy val demo = crossProject(JSPlatform, JVMPlatform, NativePlatform)
252251
Keys.`package` := file(""),
253252
zonesFilter := zonesFilterFn,
254253
dbVersion := TzdbPlugin.Version(tzdbVersion),
255-
tlFatalWarnings := false,
256254
// delegate test to run, so that it is invoked during test step in ci
257255
Test / test := (Compile / run).toTask("").value
258256
)

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
1+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
22

33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
44

55
addSbtPlugin("io.github.cquiroz" % "sbt-tzdb" % "4.2.0")
66

7-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1")
7+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.1")
88

9-
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
9+
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
1010

1111
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")

0 commit comments

Comments
 (0)