Skip to content

Commit

Permalink
Merge branch 'main' into bump-scala-3.3.2-3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Feb 22, 2024
2 parents 68a5aad + 1010b53 commit e5b28d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.13
0.10.15
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ val fastparseVersion = "3.0.2"
val scalametaVersion = "4.8.13"

object Deps {
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.9"
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.11"
val bsp4j = ivy"ch.epfl.scala:bsp4j:${bspVersion}"
val bcprovJdk15on = ivy"org.bouncycastle:bcprov-jdk15on:1.56"
val cask = ivy"com.lihaoyi::cask:0.6.0"
Expand All @@ -85,7 +85,7 @@ object Deps {
val jlineTerminal = ivy"org.jline:jline-terminal:3.14.1"
val jsch = ivy"com.jcraft:jsch:0.1.54"
val mainargs = ivy"com.lihaoyi::mainargs:0.5.4"
val osLib = ivy"com.lihaoyi::os-lib:0.9.0"
val osLib = ivy"com.lihaoyi::os-lib:0.9.3"
val pprint = ivy"com.lihaoyi::pprint:0.8.1"
val requests = ivy"com.lihaoyi::requests:0.8.0"
val scalacheck = ivy"org.scalacheck::scalacheck:1.15.4"
Expand Down

0 comments on commit e5b28d4

Please sign in to comment.