Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyjwilli committed Apr 15, 2022
1 parent a46bf79 commit 17a18d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>toto</groupId>
<artifactId>toto</artifactId>
<version>0.1.5</version>
<version>1.0.0</version>
<name>toto</name>
<dependencies>
<dependency>
Expand Down Expand Up @@ -39,17 +39,17 @@
<dependency>
<groupId>com.taoensso</groupId>
<artifactId>sente</artifactId>
<version>1.15.0</version>
<version>1.16.2</version>
</dependency>
<dependency>
<groupId>com.taoensso</groupId>
<artifactId>timbre</artifactId>
<version>4.10.0</version>
<version>5.2.1</version>
</dependency>
<dependency>
<groupId>com.cognitect</groupId>
<artifactId>transit-clj</artifactId>
<version>1.0.324</version>
<version>1.0.329</version>
</dependency>
<dependency>
<groupId>hawk</groupId>
Expand All @@ -64,12 +64,12 @@
<dependency>
<groupId>ring</groupId>
<artifactId>ring-core</artifactId>
<version>1.9.4</version>
<version>1.9.5</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.async</artifactId>
<version>1.3.618</version>
<version>1.5.648</version>
</dependency>
<dependency>
<groupId>http-kit</groupId>
Expand Down

0 comments on commit 17a18d6

Please sign in to comment.