Skip to content

Commit ac7f7f1

Browse files
committed
Revert "bring back sbt-typelevel"
This reverts commit e390a5e.
1 parent e390a5e commit ac7f7f1

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ jobs:
6666
- name: Check that workflows are up to date
6767
run: ./sbt githubWorkflowCheck
6868

69-
- name: Check formatting
70-
if: matrix.java == 'corretto@11' && matrix.os == 'ubuntu-latest'
71-
run: ./sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' scalafmtCheckAll 'project /' scalafmtSbtCheck
72-
7369
- name: scalaJSLink
7470
if: matrix.project == 'rootJS'
7571
run: ./sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' Test/scalaJSLinkerResult

build.sbt

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

project/plugins.sbt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
2+
13
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
24

35
addSbtPlugin("io.github.cquiroz" % "sbt-tzdb" % "4.2.0")
46

5-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1")
7+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.1")
8+
9+
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
610

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

0 commit comments

Comments
 (0)