Skip to content

Commit 9ee1504

Browse files
committed
Make this release 4.5.0
1 parent e0bfae4 commit 9ee1504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lazy val sprayJson = crossProject(JVMPlatform)
6565
.settings(commonSettings: _*)
6666
.settings(name := "diffson-spray-json",
6767
libraryDependencies += "io.spray" %% "spray-json" % "1.3.6",
68-
tlVersionIntroduced := Map("3" -> "4.4.1"))
68+
tlVersionIntroduced := Map("3" -> "4.5.0"))
6969
.dependsOn(core, testkit % Test)
7070

7171
lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
@@ -75,7 +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"))
78+
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0"))
7979
.dependsOn(core, testkit % Test)
8080

8181
val circeVersion = "0.14.6"

0 commit comments

Comments
 (0)