Skip to content

Commit

Permalink
Merge pull request #75 from BToersche/master
Browse files Browse the repository at this point in the history
Updated to latest genjavadoc, sbt and scala versions
  • Loading branch information
eed3si9n authored Jan 29, 2020
2 parents d212d9d + c416848 commit 6050d2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ script:
matrix:
include:
- env: SBT_VERSION="0.13.18"
scala: 2.10.7
scala:
- 2.10.7

- env: SBT_VERSION="1.2.7"
scala: 2.12.8
- env: SBT_VERSION="1.2.8"
scala:
- 2.12.8

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val root = (project in file(".")).
settings(commonSettings: _*).
settings(
sbtPlugin := true,
crossSbtVersions := Vector("0.13.18", "1.2.7"),
crossSbtVersions := Vector("0.13.18", "1.2.8"),
name := "sbt-unidoc",
description := "sbt plugin to create a unified API document across projects",
licenses := Seq("Apache License v2" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")),
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/sbtunidoc/GenJavadocPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object GenJavadocPlugin extends AutoPlugin {
}
import autoImport._

override def globalSettings = unidocGenjavadocVersion := "0.13"
override def globalSettings = unidocGenjavadocVersion := "0.15"

override def requires = JvmPlugin

Expand Down

0 comments on commit 6050d2c

Please sign in to comment.