Skip to content

Commit 71f539b

Browse files
committed
fix ci error
1 parent b4f322d commit 71f539b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example/extending/evaluator/1-todo-webapp-report/build.mill

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ object `package` extends ScalaModule {
109109
/** Usage
110110

111111
> ./mill buildReport
112-
113112
=== Build Report ===
114113

115114
*/

integration/ide/build-classpath-contents/src/BuildClasspathContentsTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object BuildClasspathContentsTests extends UtestIntegrationTestSuite {
2525
val expected = List(
2626
"mill-core-api_3.jar",
2727
"mill-core-constants.jar",
28-
"mill-core-coursierutil.jar",
28+
"mill-core-coursierutil_3.jar",
2929
"mill-core-define_3.jar",
3030
"mill-core-util_3.jar",
3131
"mill-libs-androidlib_3.jar",

0 commit comments

Comments
 (0)