We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b04221 commit 9a022a5Copy full SHA for 9a022a5
build.gradle
@@ -17,7 +17,7 @@ plugins {
17
18
apply plugin: 'com.github.johnrengelman.shadow'
19
20
-version = '2.3.1'
+version = '2.4.0'
21
22
group = 'synapticloop'
23
archivesBaseName = 'routemaster'
@@ -38,12 +38,8 @@ configurations {
38
39
dependencies {
40
runtime 'synapticloop:templar:1.4.2'
41
- runtime 'org.nanohttpd:nanohttpd:2.3.1'
42
43
compile 'synapticloop:templar:1.4.2'
44
- compile 'org.nanohttpd:nanohttpd:2.3.1'
45
-
46
- server 'org.nanohttpd:nanohttpd:2.3.1'
47
48
testCompile 'junit:junit:4.13'
49
testCompile 'org.mockito:mockito-all:2.0.2-beta'
0 commit comments