mirror of https://github.com/sbt/sbt.git
Add non regression test
This commit is contained in:
parent
f167b36c1c
commit
cc0ece263d
|
|
@ -0,0 +1,3 @@
|
|||
com.nativelibs4java:jnaerator-runtime:0.12:compile
|
||||
com.nativelibs4java:ochafik-util:0.12:compile
|
||||
net.java.dev.jna:jna:4.1.0:compile
|
||||
|
|
@ -196,6 +196,13 @@ object CentralTests extends TestSuite {
|
|||
)
|
||||
}
|
||||
|
||||
'parentDependencyManagementProperties - {
|
||||
resolutionCheck(
|
||||
Module("com.nativelibs4java", "jnaerator-runtime"),
|
||||
"0.12"
|
||||
)
|
||||
}
|
||||
|
||||
'latestRevision - {
|
||||
* - resolutionCheck(
|
||||
Module("com.chuusai", "shapeless_2.11"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue