We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ebd8e commit 48809e9Copy full SHA for 48809e9
2 files changed
CHANGELOG
@@ -1,3 +1,11 @@
1
+Version 1.10.2 (2023-02-09)
2
+---------------------------
3
+
4
+- compat-circe: simplified map decoding (#584)
5
+- Fixed decoding error on extra members for nullary case classes and objects with MapBasedCodecs (#600)
6
+- Decreased stack pressure of derivation macros by partially unrolling loops (#608)
7
8
9
Version 1.10.1 (2022-07-43)
10
---------------------------
11
build.sbt
@@ -307,7 +307,7 @@ lazy val site = project
307
java.awt.Desktop.getDesktop.browse(new java.net.URI(uri))
308
state
309
},
310
- Compile / paradox / version := "1.10.1",
+ Compile / paradox / version := "1.10.2",
311
paradoxProperties ++= Map(
312
"image.base_url" -> ".../assets/images",
313
"github.base_url" -> {
0 commit comments