Skip to content

Commit d9f97dd

Browse files
Bump OS-Lib (#5181)
Pulls in com-lihaoyi/os-lib#393 and should fix #5167 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 91e07e1 commit d9f97dd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

integration/ide/gen-idea/resources/extended/idea/mill_modules/mill-build.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
<orderEntry type="library" name="mill-moduledefs_3-0.11.4.jar" level="project"/>
8080
<orderEntry type="library" name="munit_3-0.7.29.jar" level="project"/>
8181
<orderEntry type="library" name="native-terminal-no-ffm-0.0.9.1.jar" level="project"/>
82-
<orderEntry type="library" name="os-lib_3-0.11.5-M8.jar" level="project"/>
83-
<orderEntry type="library" name="os-zip-0.11.5-M8.jar" level="project"/>
82+
<orderEntry type="library" name="os-lib_3-0.11.5-M9.jar" level="project"/>
83+
<orderEntry type="library" name="os-zip-0.11.5-M9.jar" level="project"/>
8484
<orderEntry type="library" name="plexus-archiver-4.10.0.jar" level="project"/>
8585
<orderEntry type="library" name="plexus-classworlds-2.6.0.jar" level="project"/>
8686
<orderEntry type="library" name="plexus-container-default-2.1.1.jar" level="project"/>

integration/ide/gen-idea/resources/extended/idea/mill_modules/mill-build.mill-build.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
<orderEntry type="library" name="mill-runner-codesig_3.jar" level="project"/>
8282
<orderEntry type="library" name="mill-runner-meta_3.jar" level="project"/>
8383
<orderEntry type="library" name="native-terminal-no-ffm-0.0.9.1.jar" level="project"/>
84-
<orderEntry type="library" name="os-lib_3-0.11.5-M8.jar" level="project"/>
85-
<orderEntry type="library" name="os-zip-0.11.5-M8.jar" level="project"/>
84+
<orderEntry type="library" name="os-lib_3-0.11.5-M9.jar" level="project"/>
85+
<orderEntry type="library" name="os-zip-0.11.5-M9.jar" level="project"/>
8686
<orderEntry type="library" name="plexus-archiver-4.10.0.jar" level="project"/>
8787
<orderEntry type="library" name="plexus-classworlds-2.6.0.jar" level="project"/>
8888
<orderEntry type="library" name="plexus-container-default-2.1.1.jar" level="project"/>

integration/ide/gen-idea/resources/hello-idea/idea/mill_modules/mill-build.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
<orderEntry type="library" name="mill-libs_3.jar" level="project"/>
7676
<orderEntry type="library" name="mill-moduledefs_3-0.11.4.jar" level="project"/>
7777
<orderEntry type="library" name="native-terminal-no-ffm-0.0.9.1.jar" level="project"/>
78-
<orderEntry type="library" name="os-lib_3-0.11.5-M8.jar" level="project"/>
79-
<orderEntry type="library" name="os-zip-0.11.5-M8.jar" level="project"/>
78+
<orderEntry type="library" name="os-lib_3-0.11.5-M9.jar" level="project"/>
79+
<orderEntry type="library" name="os-zip-0.11.5-M9.jar" level="project"/>
8080
<orderEntry type="library" name="plexus-archiver-4.10.0.jar" level="project"/>
8181
<orderEntry type="library" name="plexus-classworlds-2.6.0.jar" level="project"/>
8282
<orderEntry type="library" name="plexus-container-default-2.1.1.jar" level="project"/>

mill-build/src/millbuild/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ object Deps {
117117
val junitInterface = mvn"com.github.sbt:junit-interface:0.13.3"
118118
val commonsIo = mvn"commons-io:commons-io:2.18.0"
119119
val log4j2Core = mvn"org.apache.logging.log4j:log4j-core:2.24.3"
120-
val osLibVersion = "0.11.5-M8"
120+
val osLibVersion = "0.11.5-M9"
121121
val osLib = mvn"com.lihaoyi::os-lib:$osLibVersion"
122122
val osLibWatch = mvn"com.lihaoyi::os-lib-watch:$osLibVersion"
123123
val pprint = mvn"com.lihaoyi::pprint:0.9.0"

0 commit comments

Comments
 (0)