Skip to content

Commit

Permalink
Merge d4d1d6e into 7280a34
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Apr 27, 2019
2 parents 7280a34 + d4d1d6e commit d3fb2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -40,7 +40,7 @@ def module(proj: Project) = proj.
enablePlugins(SbtOsgi, TutPlugin).
dependsOn(core).
dependsOn(tests % "test->test"). // In order to reuse thDerivationSuite scalacheck generators
dependsOn(generic % "tut"). // Allow auto-derivation in documentation
dependsOn(generic % "Tut"). // Allow auto-derivation in documentation
settings(commonSettings, tutTargetDirectory := baseDirectory.value)

lazy val akka = module(project) in file("modules/akka")
Expand Down
2 changes: 1 addition & 1 deletion modules/hadoop/build.sbt
@@ -1,7 +1,7 @@
name := "pureconfig-hadoop"

libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-common" % "3.2.0" % "provided,tut")
"org.apache.hadoop" % "hadoop-common" % "3.2.0" % "provided,Tut")

developers := List(
Developer("lmnet", "Yuriy Badalyantc", "lmnet89@gmail.com", url("https://github.com/lmnet")))
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.7")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.11")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.4")

libraryDependencies += "org.slf4j" % "slf4j-simple" % "1.7.25"

0 comments on commit d3fb2cf

Please sign in to comment.