Skip to content

Commit 16a39df

Browse files
committed
Remove Scala from core library main classpath
1 parent 14af040 commit 16a39df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn-server-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ dependencies {
1616
[group: 'com.google.guava', name: 'guava', version:'19.0'],
1717
[group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.9.6'],
1818
[group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version:'2.9.6'],
19-
'org.scala-lang:scala-library:2.11.3'
2019
)
2120

2221
testCompile(
2322
'commons-io:commons-io:2.5',
2423
'org.mockito:mockito-core:2.10.0',
24+
'org.scala-lang:scala-library:2.11.3',
2525
'org.scalatest:scalatest_2.11:3.0.4',
2626
'org.scalacheck:scalacheck_2.11:1.13.5',
2727
)

0 commit comments

Comments
 (0)