Browse Source

Change dependencies after parser group change.

DMDirc/Parser#23
pull/693/head
Chris Smith 7 years ago
parent
commit
6c2b7fd9ea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -45,7 +45,7 @@ dependencies {
45 45
     bundle group: 'net.engio', name: 'mbassador', version: '1.2.4.2'
46 46
     bundle group: 'com.google.code.gson', name: 'gson', 'version': '2.5'
47 47
     bundle group: 'com.dmdirc', name: 'util', version: '+', changing: true
48
-    bundle group: 'com.dmdirc.parser', name: 'common', version: '+', changing: true
48
+    bundle group: 'com.dmdirc', name: 'parser-common', version: '+', changing: true
49 49
 
50 50
     testCompile group: 'junit', name: 'junit', version: '4.12'
51 51
     testCompile group: 'org.mockito', name: 'mockito-core', version: '1.10.19'

Loading…
Cancel
Save