Skip to content

Commit 8046a08

Browse files
Update python-native-libs to 0.2.4 (#1341)
1 parent dfe848a commit 8046a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ object Deps {
105105
def organizeImports = ivy"com.github.liancheng::organize-imports:0.5.0"
106106
def osLib = ivy"com.lihaoyi::os-lib:0.8.1"
107107
def pprint = ivy"com.lihaoyi::pprint:0.7.3"
108-
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.3"
108+
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"
109109
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
110110
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
111111
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"

0 commit comments

Comments
 (0)