Skip to content

Commit 76f22ed

Browse files
committed
Binary16 を追加した版
1 parent cc0ae19 commit 76f22ed

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ JSONまではほどほどに使えますが、他は実験感覚で作ってい
2828
<dependency>
2929
<groupId>net.siisise</groupId>
3030
<artifactId>softlib</artifactId>
31-
<version>1.1.10</version>
31+
<version>1.1.11</version>
3232
<type>jar</type>
3333
</dependency>
3434
~~~
3535
時々変わることがあるので特定バージョンを指定するか、SoftLibJSONなど使用したい機能経由で指定するのがおすすめです。
3636

37-
リリース版 1.1.10 ぐらい。
38-
次版 1.1.11-SNAPSHOT
37+
リリース版 1.1.11 ぐらい。
38+
次版 1.1.12-SNAPSHOT
3939

4040
~~~
4141
<version>[1.1.8,)</version>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.siisise</groupId>
55
<artifactId>softlib</artifactId>
6-
<version>1.1.11-SNAPSHOT</version>
6+
<version>1.1.11</version>
77
<packaging>jar</packaging>
88
<name>SoftLib</name>
99
<description>Java simple API Packet io, base64, etc...</description>
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-source-plugin</artifactId>
34-
<version>3.2.1</version>
34+
<version>3.3.0</version>
3535
<executions>
3636
<execution>
3737
<id>attach-sources</id>
@@ -92,19 +92,19 @@
9292
<dependency>
9393
<groupId>org.junit.jupiter</groupId>
9494
<artifactId>junit-jupiter-api</artifactId>
95-
<version>5.9.3</version>
95+
<version>5.10.0</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.junit.jupiter</groupId>
100100
<artifactId>junit-jupiter-params</artifactId>
101-
<version>5.9.3</version>
101+
<version>5.10.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.junit.jupiter</groupId>
106106
<artifactId>junit-jupiter-engine</artifactId>
107-
<version>5.9.3</version>
107+
<version>5.10.0</version>
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>

0 commit comments

Comments
 (0)