Skip to content

Commit

Permalink
Reset native MiMa
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker authored May 29, 2024
1 parent 0829eb3 commit 9966d36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / tlBaseVersion := "1.5"
ThisBuild / tlBaseVersion := "1.6"
lazy val scala212 = "2.12.19"
lazy val scala213 = "2.13.14"
lazy val scala3 = "3.3.3"
Expand All @@ -25,9 +25,9 @@ lazy val jawnSettingsJS = List(
)
lazy val jawnSettingsNative = Seq(
tlVersionIntroduced := Map(
"2.12" -> "1.3.0",
"2.13" -> "1.3.0",
"3" -> "1.4.0"
"2.12" -> "1.6.0",
"2.13" -> "1.6.0",
"3" -> "1.6.0"
)
)

Expand Down

0 comments on commit 9966d36

Please sign in to comment.