project/Versions.scala (18 lines of code) (raw):

/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ object Versions { val CommonsExec = "1.3" val CommonsIO = "2.8.0" val CommonsLang3 = "3.10" val Paranamer = "2.8" val CassandraJavaDriver = "4.18.1" val EsriGeometry = "2.2.4" val ScalaCheck = "1.14.0" val ScalaTest = "3.0.8" val JUnit = "4.12" val JUnitInterface = "0.11" val Mockito = "1.10.19" val ApacheSpark = "3.5.0" val SparkJetty = "9.4.51.v20230217" val SolrJ = "8.3.0" val ScalaCompat = "2.11.0" val ParallelCollections = "1.0.4" }