We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488327d commit f29af27Copy full SHA for f29af27
CHANGELOG
@@ -1,3 +1,11 @@
1
+Version 1.16.0 (2025-03-15)
2
+---------------------------
3
+
4
+- Fixed pretty JSON rendering of empty arrays and maps
5
+- Introduce `Encoder.of` and `Decoder.of` (#750)
6
+- Upgraded to Scala 3.3.5, Scala.js 1.18.2 and Scala Native 0.5.7
7
8
9
Version 1.15.0 (2024-12-06)
10
---------------------------
11
build.sbt
@@ -358,7 +358,7 @@ lazy val site = project
358
java.awt.Desktop.getDesktop.browse(new java.net.URI(uri))
359
state
360
},
361
- Compile / paradox / version := "1.15.0",
+ Compile / paradox / version := "1.16.0",
362
paradoxProperties ++= Map(
363
"image.base_url" -> ".../assets/images",
364
"github.base_url" -> {
0 commit comments