Skip to content

Commit

Permalink
Update utest to 0.8.2 (#229)
Browse files Browse the repository at this point in the history
Pull request: #229
  • Loading branch information
scala-steward authored Nov 6, 2023
1 parent 8479e90 commit a2f9580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Deps {
val jna = ivy"net.java.dev.jna:jna:5.13.0"
val geny = ivy"com.lihaoyi::geny::1.0.0"
val sourcecode = ivy"com.lihaoyi::sourcecode::0.3.1"
val utest = ivy"com.lihaoyi::utest::0.8.1"
val utest = ivy"com.lihaoyi::utest::0.8.2"
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
}

Expand Down Expand Up @@ -93,7 +93,7 @@ trait OsLibModule
"TEST_JAR_WRITER_ASSEMBLY" -> testJarWriter.assembly().path.toString,
"TEST_JAR_READER_ASSEMBLY" -> testJarReader.assembly().path.toString,
"TEST_JAR_EXIT_ASSEMBLY" -> testJarExit.assembly().path.toString
)
)
}
}

Expand All @@ -105,7 +105,7 @@ trait OsModule extends OsLibModule { outer =>
val scalaDocExternalMappings = Seq(
".*scala.*::scaladoc3::https://scala-lang.org/api/3.x/",
".*java.*::javadoc::https://docs.oracle.com/javase/8/docs/api/",
s".*geny.*::scaladoc3::https://javadoc.io/doc/com.lihaoyi/geny_3/${Deps.geny.dep.version}/",
s".*geny.*::scaladoc3::https://javadoc.io/doc/com.lihaoyi/geny_3/${Deps.geny.dep.version}/"
).mkString(",")

def conditionalScalaDocOptions: T[Seq[String]] = T {
Expand Down

0 comments on commit a2f9580

Please sign in to comment.