We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82879e5 commit d237028Copy full SHA for d237028
mill-build/src/millbuild/Deps.scala
@@ -131,7 +131,7 @@ object Deps {
131
val junitInterface = mvn"com.github.sbt:junit-interface:0.13.3"
132
val commonsIo = mvn"commons-io:commons-io:2.18.0"
133
val log4j2Core = mvn"org.apache.logging.log4j:log4j-core:2.24.3"
134
- val osLibVersion = "0.11.5-M9"
+ val osLibVersion = "0.11.5-M10"
135
val osLib = mvn"com.lihaoyi::os-lib:$osLibVersion"
136
val osLibWatch = mvn"com.lihaoyi::os-lib-watch:$osLibVersion"
137
val pprint = mvn"com.lihaoyi::pprint:0.9.0"
0 commit comments