From a499a41d141d54aae128c4726ce5049af01d3310 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:20:23 +0000 Subject: [PATCH] Update python-native-libs from 0.2.4 to 0.2.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0c1ba02a8..eb8e8bb02 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1") addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.2.1") -libraryDependencies += "ai.kien" %% "python-native-libs" % "0.2.4" +libraryDependencies += "ai.kien" %% "python-native-libs" % "0.2.5" // Make sure to keep the play plugin in sync with the sub modules under play-scala group addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")