File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments