Skip to content

Commit a2f9580

Browse files
Update utest to 0.8.2 (#229)
Pull request: #229
1 parent 8479e90 commit a2f9580

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object Deps {
2424
val jna = ivy"net.java.dev.jna:jna:5.13.0"
2525
val geny = ivy"com.lihaoyi::geny::1.0.0"
2626
val sourcecode = ivy"com.lihaoyi::sourcecode::0.3.1"
27-
val utest = ivy"com.lihaoyi::utest::0.8.1"
27+
val utest = ivy"com.lihaoyi::utest::0.8.2"
2828
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
2929
}
3030

@@ -93,7 +93,7 @@ trait OsLibModule
9393
"TEST_JAR_WRITER_ASSEMBLY" -> testJarWriter.assembly().path.toString,
9494
"TEST_JAR_READER_ASSEMBLY" -> testJarReader.assembly().path.toString,
9595
"TEST_JAR_EXIT_ASSEMBLY" -> testJarExit.assembly().path.toString
96-
)
96+
)
9797
}
9898
}
9999

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

111111
def conditionalScalaDocOptions: T[Seq[String]] = T {

0 commit comments

Comments
 (0)