Skip to content

Commit

Permalink
Add back imports removed by auto-formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jan 10, 2018
1 parent 84b645b commit 6692495
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ package net.ij_plugins.sf.sbt.install4j

import java.io.{File, IOException}

import sbt.Keys._
import sbt._

import scala.sys.process.Process

/** SBT plugin for building installers with Install4J. */
object SBTInstall4J extends sbt.AutoPlugin {

Expand Down

0 comments on commit 6692495

Please sign in to comment.