Skip to content

Commit

Permalink
Update Scala 3 version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 14, 2024
1 parent df6c1c4 commit d1405df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/sbt-test/unidoc/scala3-unidoc/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val commonSettings = Seq(
scalaVersion := "3.0.2"
scalaVersion := "3.3.4"
)

lazy val a = project.settings(
Expand Down
6 changes: 3 additions & 3 deletions src/sbt-test/unidoc/scala3-unidoc/test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> unidoc
$ exists target/scala-3.0.2/unidoc/api/example/A.html
$ exists target/scala-3.0.2/unidoc/api/example/B.html
-$ exists target/scala-3.0.2/unidoc/api/example/C.html
$ exists target/scala-3.3.4/unidoc/example/A.html
$ exists target/scala-3.3.4/unidoc/example/B.html
-$ exists target/scala-3.3.4/unidoc/example/C.html

0 comments on commit d1405df

Please sign in to comment.