Skip to content

Commit 17a18d6

Browse files
committed
1.0.0
1 parent a46bf79 commit 17a18d6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

server/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>toto</groupId>
55
<artifactId>toto</artifactId>
6-
<version>0.1.5</version>
6+
<version>1.0.0</version>
77
<name>toto</name>
88
<dependencies>
99
<dependency>
@@ -39,17 +39,17 @@
3939
<dependency>
4040
<groupId>com.taoensso</groupId>
4141
<artifactId>sente</artifactId>
42-
<version>1.15.0</version>
42+
<version>1.16.2</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.taoensso</groupId>
4646
<artifactId>timbre</artifactId>
47-
<version>4.10.0</version>
47+
<version>5.2.1</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.cognitect</groupId>
5151
<artifactId>transit-clj</artifactId>
52-
<version>1.0.324</version>
52+
<version>1.0.329</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>hawk</groupId>
@@ -64,12 +64,12 @@
6464
<dependency>
6565
<groupId>ring</groupId>
6666
<artifactId>ring-core</artifactId>
67-
<version>1.9.4</version>
67+
<version>1.9.5</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.clojure</groupId>
7171
<artifactId>core.async</artifactId>
72-
<version>1.3.618</version>
72+
<version>1.5.648</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>http-kit</groupId>

0 commit comments

Comments
 (0)