Skip to content

Commit 721da18

Browse files
committed
prevent backward compatability check for new module
1 parent 4682324 commit 721da18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
102102
libraryDependencies ++= Seq(
103103
"com.lihaoyi" %%% "ujson" % ujsonVersion,
104104
"com.lihaoyi" %%% "upickle" % ujsonVersion
105-
)
105+
),
106+
tlVersionIntroduced := Map("3" -> "4.6.0", "2.13" -> "4.6.0", "2.12" -> "4.6.0")
106107
)
107108
.dependsOn(core, testkit % Test)
108109

0 commit comments

Comments
 (0)