Skip to content

Commit

Permalink
Fix imports removed by IDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Oct 25, 2024
1 parent df88ce5 commit aecd5e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pramen/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
* limitations under the License.
*/

import Dependencies._
import Versions._
import BuildInfoTemplateSettings._
import com.github.sbt.jacoco.report.JacocoReportSettings

val scala211 = "2.11.12"
val scala212 = "2.12.20"
val scala213 = "2.13.14"
Expand Down

0 comments on commit aecd5e5

Please sign in to comment.