File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -130,11 +130,11 @@ To set up `devlog-kotlin` with Logback and JSON output, add the following depend
130130 ``` kotlin
131131 dependencies {
132132 // Logger API
133- implementation(" dev.hermannm:devlog-kotlin:0.4 .0" )
133+ implementation(" dev.hermannm:devlog-kotlin:0.5 .0" )
134134 // Logger implementation
135- implementation(" ch.qos.logback:logback-classic:1.5.15 " )
135+ implementation(" ch.qos.logback:logback-classic:1.5.18 " )
136136 // JSON encoding of logs
137- implementation(" net.logstash.logback:logstash-logback-encoder:8.0 " )
137+ implementation(" net.logstash.logback:logstash-logback-encoder:8.1 " )
138138 }
139139 ```
140140- ** Maven:**
@@ -143,20 +143,20 @@ To set up `devlog-kotlin` with Logback and JSON output, add the following depend
143143 <!-- Logger API -->
144144 <dependency >
145145 <groupId >dev.hermannm</groupId >
146- <artifactId >devlog-kotlin</artifactId >
147- <version >0.4 .0</version >
146+ <artifactId >devlog-kotlin-jvm </artifactId >
147+ <version >0.5 .0</version >
148148 </dependency >
149149 <!-- Logger implementation -->
150150 <dependency >
151151 <groupId >ch.qos.logback</groupId >
152152 <artifactId >logback-classic</artifactId >
153- <version >1.5.15 </version >
153+ <version >1.5.18 </version >
154154 </dependency >
155155 <!-- JSON encoding of logs -->
156156 <dependency >
157157 <groupId >net.logstash.logback</groupId >
158158 <artifactId >logstash-logback-encoder</artifactId >
159- <version >8.0 </version >
159+ <version >8.1 </version >
160160 </dependency >
161161 </dependencies >
162162 ```
You can’t perform that action at this time.
0 commit comments