Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Add Project Configurations Override
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Aug 3, 2018
1 parent d627e44 commit f398afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/plugin/src/main/scala/tut/TutPlugin.scala
Expand Up @@ -16,6 +16,7 @@ object TutPlugin extends AutoPlugin {
override def trigger = noTrigger

override def requires = sbt.plugins.JvmPlugin
override def projectConfigurations = Seq(autoImport.Tut)

type Dir = File

Expand Down

0 comments on commit f398afd

Please sign in to comment.