File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 133
133
<dependency >
134
134
<groupId >com.github.scala-incubator.io</groupId >
135
135
<artifactId >scala-io-file_${scala.compat.version}</artifactId >
136
+ <exclusions >
137
+ <exclusion >
138
+ <groupId >org.scala-lang.modules</groupId >
139
+ <artifactId >scala-parser-combinators_${scala.compat.version}</artifactId >
140
+ </exclusion >
141
+ </exclusions >
136
142
</dependency >
137
143
<dependency >
138
144
<groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change 101
101
<dependency >
102
102
<groupId >org.scala-lang.modules</groupId >
103
103
<artifactId >scala-parser-combinators_${scala.compat.version}</artifactId >
104
- <version >2.0 .0</version >
104
+ <version >2.1 .0</version >
105
105
</dependency >
106
106
<dependency >
107
107
<groupId >org.scalaz</groupId >
Original file line number Diff line number Diff line change 128
128
<dependency >
129
129
<groupId >com.github.scala-incubator.io</groupId >
130
130
<artifactId >scala-io-file_${scala.compat.version}</artifactId >
131
+ <exclusions >
132
+ <exclusion >
133
+ <groupId >org.scala-lang.modules</groupId >
134
+ <artifactId >scala-parser-combinators_${scala.compat.version}</artifactId >
135
+ </exclusion >
136
+ </exclusions >
131
137
</dependency >
132
138
<dependency >
133
139
<groupId >${project.groupId} </groupId >
You can’t perform that action at this time.
0 commit comments