Skip to content

Commit

Permalink
Bump version for mima on native path
Browse files Browse the repository at this point in the history
  • Loading branch information
gemelen committed Sep 26, 2024
1 parent d9c7335 commit f0e41ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val commonJsSettings = Seq(

lazy val commonNativeSettings = Seq(
coverageEnabled := false,
tlVersionIntroduced ++= List("2.12", "2.13", "3").map(_ -> "0.9.4").toMap
tlVersionIntroduced ++= List("2.12", "2.13", "3").map(_ -> "0.9.9").toMap
)

lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
Expand Down

0 comments on commit f0e41ed

Please sign in to comment.