Skip to content

Commit e0bfae4

Browse files
committed
Remove bincompat check before 4.4.1 for play json native
1 parent 2870cff commit e0bfae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
7575
.settings(name := "diffson-play-json",
7676
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.1",
7777
tlVersionIntroduced := Map("3" -> "4.3.0"))
78+
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.4.1", "2.13" -> "4.4.1", "3" -> "4.4.1"))
7879
.dependsOn(core, testkit % Test)
7980

8081
val circeVersion = "0.14.6"

0 commit comments

Comments
 (0)