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.
python-native-libs
1 parent a444d7a commit 55e73edCopy full SHA for 55e73ed
project/deps/package.mill.scala
@@ -212,7 +212,7 @@ object Deps {
212
def osLib = mvn"com.lihaoyi::os-lib:0.11.5"
213
def pprint = mvn"com.lihaoyi::pprint:0.9.3"
214
def pythonInterface = mvn"io.github.alexarchambault.python:interface:0.1.0"
215
- def pythonNativeLibs = mvn"ai.kien::python-native-libs:0.2.4"
+ def pythonNativeLibs = mvn"ai.kien::python-native-libs:0.2.5"
216
def scalac(sv: String) = mvn"org.scala-lang:scala-compiler:$sv"
217
def scalafmtCli = mvn"org.scalameta:scalafmt-cli_2.13:${Versions.scalafmt}"
218
// Force using of 2.13 - is there a better way?
0 commit comments