Skip to content

Commit

Permalink
Make this release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed Dec 3, 2023
1 parent e0bfae4 commit 9ee1504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lazy val sprayJson = crossProject(JVMPlatform)
.settings(commonSettings: _*)
.settings(name := "diffson-spray-json",
libraryDependencies += "io.spray" %% "spray-json" % "1.3.6",
tlVersionIntroduced := Map("3" -> "4.4.1"))
tlVersionIntroduced := Map("3" -> "4.5.0"))
.dependsOn(core, testkit % Test)

lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
Expand All @@ -75,7 +75,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(name := "diffson-play-json",
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.1",
tlVersionIntroduced := Map("3" -> "4.3.0"))
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.4.1", "2.13" -> "4.4.1", "3" -> "4.4.1"))
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0"))
.dependsOn(core, testkit % Test)

val circeVersion = "0.14.6"
Expand Down

0 comments on commit 9ee1504

Please sign in to comment.