From 65f371ba263fc7060f421ee09a04fa8a6a1f12a0 Mon Sep 17 00:00:00 2001 From: Stefano S Date: Fri, 3 Sep 2021 12:25:43 +0100 Subject: [PATCH] correcting generated target file --- README.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index e3c34c6..5788107 100644 --- a/README.markdown +++ b/README.markdown @@ -38,10 +38,7 @@ When you reload the settings and compile, this generates the following: ```scala package hello -import java.io.File -import java.lang._ -import java.net.URL -import scala._; import Predef._ +import scala.Predef._ /** This object was generated by sbt-buildinfo. */ case object BuildInfo {