From aecd5e5d9db0a2042be665eb626f5fdcccde41e7 Mon Sep 17 00:00:00 2001 From: Ruslan Iushchenko Date: Fri, 25 Oct 2024 10:02:34 +0200 Subject: [PATCH] Fix imports removed by IDE. --- pramen/build.sbt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pramen/build.sbt b/pramen/build.sbt index a128b31d..4b723198 100644 --- a/pramen/build.sbt +++ b/pramen/build.sbt @@ -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"