We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4b4bb commit dc3ae07Copy full SHA for dc3ae07
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>org.monora.coolsocket</groupId>
8
<artifactId>core</artifactId>
9
- <version>2.0-rc14</version>
+ <version>2.0-rc15</version>
10
<name>CoolSocket</name>
11
<description>Bidirectional TCP socket layer and server</description>
12
<url>https://github.com//libcoolsocket/java</url>
@@ -58,7 +58,7 @@
58
<dependency>
59
<groupId>org.jetbrains</groupId>
60
<artifactId>annotations</artifactId>
61
- <version>RELEASE</version>
+ <version>16.0.2</version>
62
<scope>compile</scope>
63
</dependency>
64
</dependencies>
0 commit comments