Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Nov 16, 2024
1 parent c6b0d6b commit bb51a3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions console/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "console"
enablePlugins(JavaAppPackaging)

val ScoptVersion = "4.1.0"
val CaskVersion = "0.9.4"
val CaskVersion = "0.10.1"
val CirceVersion = "0.14.10"
val ZeroturnaroundVersion = "1.17"

Expand All @@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-generic" % CirceVersion,
"io.circe" %% "circe-parser" % CirceVersion,
"org.zeroturnaround" % "zt-zip" % ZeroturnaroundVersion,
"com.lihaoyi" %% "os-lib" % "0.10.7",
"com.lihaoyi" %% "os-lib" % "0.11.3",
"com.lihaoyi" %% "pprint" % "0.9.0",
"com.lihaoyi" %% "cask" % CaskVersion,
"dev.scalapy" %% "scalapy-core" % "0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Versions {
val gradleTooling = "8.10.1"
val circe = "0.14.10"
val requests = "0.9.0"
val upickle = "3.3.1"
val upickle = "4.0.2"
val scalaReplPP = "0.1.85"

private def parseVersion(key: String): String = {
Expand Down
2 changes: 1 addition & 1 deletion project/meta-build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ libraryDependencies ++= Seq(
"net.lingala.zip4j" % "zip4j" % "2.11.5",
"com.github.pathikrit" %% "better-files" % "3.9.2",
"net.java.dev.javacc" % "javacc" % "7.0.13",
"com.lihaoyi" %% "os-lib" % "0.10.7"
"com.lihaoyi" %% "os-lib" % "0.11.3"
)

0 comments on commit bb51a3d

Please sign in to comment.