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 dfe848a commit 8046a08Copy full SHA for 8046a08
project/deps.sc
@@ -105,7 +105,7 @@ object Deps {
105
def organizeImports = ivy"com.github.liancheng::organize-imports:0.5.0"
106
def osLib = ivy"com.lihaoyi::os-lib:0.8.1"
107
def pprint = ivy"com.lihaoyi::pprint:0.7.3"
108
- def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.3"
+ def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"
109
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
110
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
111
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
0 commit comments