File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ First include the library in your project using Maven:
9
9
``` xml
10
10
<!-- https://mvnrepository.com/artifact/net.twasi/obs-websocket-java -->
11
11
<dependency >
12
- <groupId >net.twasi</groupId >
13
- <artifactId >obs-websocket-java</artifactId >
14
- <version >1.0.5 </version >
12
+ <groupId >net.twasi</groupId >
13
+ <artifactId >obs-websocket-java</artifactId >
14
+ <version >1.2.0 </version >
15
15
</dependency >
16
16
```
17
17
@@ -30,8 +30,7 @@ If you don't want your program to wait for a connection you could alternatively
30
30
31
31
``` java
32
32
controller. registerConnectCallback(response - > {
33
- GetVersionResponse version = (GetVersionResponse ) response;
34
- log. debug(version. getObsStudioVersion());
33
+ log. debug(response. getObsStudioVersion());
35
34
36
35
// Other requests...
37
36
});
You can’t perform that action at this time.
0 commit comments