Merge pull request #52 from dwijnand/eval

Really expose Eval. Fixes error in #50
This commit is contained in:
eugene yokota 2016-10-28 13:17:05 -04:00 committed by Dale Wijnand
commit 5fe5ff4352
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package sbt.internal.util
package sbt.util
import scala.annotation.tailrec