File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ libraryDependencies += "com.holdenkarau" %% "spark-testing-base" % "3.4.1_1.4.4"
45
45
libraryDependencies += " org.bdgenomics.adam" %% " adam-core-spark3" % " 1.0.1" excludeAll (ExclusionRule (" org.seqdoop" ))
46
46
libraryDependencies += " org.bdgenomics.adam" %% " adam-apis-spark3" % " 1.0.1" excludeAll (ExclusionRule (" org.seqdoop" ))
47
47
libraryDependencies += " org.bdgenomics.adam" %% " adam-cli-spark3" % " 1.0.1" excludeAll (ExclusionRule (" org.seqdoop" ))
48
- libraryDependencies += " org.scala-lang" % " scala-library" % scalaVersion.value
48
+ libraryDependencies += " org.scala-lang" % " scala-library" % scalaVersion.value % " provided "
49
49
libraryDependencies += " org.rogach" %% " scallop" % " 3.1.2"
50
50
libraryDependencies += " com.github.samtools" % " htsjdk" % " 2.24.1"
51
51
libraryDependencies += " ch.cern.sparkmeasure" %% " spark-measure" % " 0.17" excludeAll (ExclusionRule (" org.apache.hadoop" ))
You can’t perform that action at this time.
0 commit comments