File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.6.3] ( https://github.com/amplitude/experiment-jvm-server/compare/1.6.2...1.6.3 ) (2025-08-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update to maven central; update kotlin; fix serialization ([ 857b019] ( https://github.com/amplitude/experiment-jvm-server/commit/857b0194e3a960dfd14912b274e7295e4ad4de0d ) )
7
+
1
8
## [ 1.6.2] ( https://github.com/amplitude/experiment-jvm-server/compare/1.6.1...1.6.2 ) (2025-08-15)
2
9
3
10
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
// Publishing
45
45
46
46
group = " com.amplitude"
47
- version = " 1.6.2 "
47
+ version = " 1.6.3 "
48
48
49
49
mavenPublishing {
50
50
coordinates(
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import com.amplitude.experiment.util.Logger
4
4
import com.amplitude.experiment.util.SystemLogger
5
5
import java.util.concurrent.Executors
6
6
7
- internal const val LIBRARY_VERSION = " 1.6.2 "
7
+ internal const val LIBRARY_VERSION = " 1.6.3 "
8
8
9
9
object Experiment {
10
10
You can’t perform that action at this time.
0 commit comments