mirror of https://github.com/sbt/sbt.git
Switch to tut 0.5.1
This commit is contained in:
parent
f62a110cfa
commit
763106bf96
|
|
@ -163,10 +163,10 @@ lazy val web = project
|
|||
|
||||
lazy val doc = project
|
||||
.dependsOn(coreJvm, cache)
|
||||
.enablePlugins(TutPlugin)
|
||||
.settings(
|
||||
shared,
|
||||
dontPublish,
|
||||
tutSettings,
|
||||
tutSourceDirectory := baseDirectory.value,
|
||||
tutTargetDirectory := baseDirectory.in(LocalRootProject).value
|
||||
)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ plugins_(
|
|||
"io.get-coursier" % "sbt-shading" % coursierVersion,
|
||||
"org.xerial.sbt" % "sbt-sonatype" % "1.1",
|
||||
"com.timushev.sbt" % "sbt-updates" % "0.3.0",
|
||||
"org.tpolecat" % "tut-plugin" % "0.4.8"
|
||||
"org.tpolecat" % "tut-plugin" % "0.5.1"
|
||||
)
|
||||
|
||||
libs ++= Seq(
|
||||
|
|
|
|||
Loading…
Reference in New Issue