Skip to content

Commit

Permalink
Update bloop-config to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 10, 2025
1 parent 66f2358 commit ede3deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Settings {
)
val mimaBaseVersions: Seq[String] =
0.to(13).map("0.11." + _) ++
Seq("0.12.0", "0.12.1", "0.12.2", "0.12.3", "0.12.4", "0.12.5")
Seq("0.12.0", "0.12.1", "0.12.2", "0.12.3", "0.12.4", "0.12.5")

val graalvmJvmId = "graalvm-community:23.0.1"
}
Expand Down Expand Up @@ -116,7 +116,7 @@ object Deps {
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.15"
val ammoniteVersion = "3.0.0-2-6342755f"
val asmTree = ivy"org.ow2.asm:asm-tree:9.7.1"
val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5"
val bloopConfig = ivy"ch.epfl.scala::bloop-config:2.2.0"

val coursierVersion = "2.1.23"
val coursier = ivy"io.get-coursier::coursier:$coursierVersion"
Expand Down

0 comments on commit ede3deb

Please sign in to comment.