Skip to content

Commit c25dab9

Browse files
committed
Disable mima check for SN 0.4 artifcats
1 parent b120e6f commit c25dab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lazy val hpack = crossProject(JVMPlatform, JSPlatform, NativePlatform)
3636
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) }
3737
)
3838
.nativeSettings(
39-
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.0.4").toMap,
39+
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.0.5").toMap,
4040
unusedCompileDependenciesTest := {},
4141
nativeConfig ~= (_.withEmbedResources(true)),
4242
)

0 commit comments

Comments
 (0)