File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.1.1 (released 25.01.2025)
4+
5+ - changed maven-javadoc-plugin show parameter to public
6+ - changed access modifiers for JKScope class null check methods to private
7+
38## 3.1 (released 21.01.2025)
49
510- changed lazy methods access modifier to public
Original file line number Diff line number Diff line change 4949<dependency >
5050 <groupId >com.plugatar.jkscope</groupId >
5151 <artifactId >jkscope</artifactId >
52- <version >3.1</version >
52+ <version >3.1.1 </version >
5353 <scope >compile</scope >
5454</dependency >
5555```
@@ -58,7 +58,7 @@ Gradle:
5858
5959``` groovy
6060dependencies {
61- implementation 'com.plugatar.jkscope:jkscope:3.1'
61+ implementation 'com.plugatar.jkscope:jkscope:3.1.1 '
6262}
6363```
6464
You can’t perform that action at this time.
0 commit comments