Skip to content

Commit f29af27

Browse files
committed
Prepare for 1.16.0 release
1 parent 488327d commit f29af27

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
Version 1.15.0 (2024-12-06)
210
---------------------------
311

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ lazy val site = project
358358
java.awt.Desktop.getDesktop.browse(new java.net.URI(uri))
359359
state
360360
},
361-
Compile / paradox / version := "1.15.0",
361+
Compile / paradox / version := "1.16.0",
362362
paradoxProperties ++= Map(
363363
"image.base_url" -> ".../assets/images",
364364
"github.base_url" -> {

0 commit comments

Comments
 (0)