Skip to content

Commit c68a0cf

Browse files
committed
Make MiMa happy
1 parent 09388d5 commit c68a0cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform)
7272
.crossType(CrossType.Full)
7373
.in(file("playJson"))
7474
.settings(commonSettings: _*)
75-
.settings(name := "diffson-play-json", libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.10.0-RC6")
75+
.settings(name := "diffson-play-json",
76+
libraryDependencies += "com.typesafe.play" %%% "play-json" % "2.10.0-RC6",
77+
tlVersionIntroduced := Map("3" -> "4.3.0"))
7678
.dependsOn(core, testkit % Test)
7779

7880
val circeVersion = "0.14.3"

0 commit comments

Comments
 (0)