Skip to content

Commit

Permalink
Update Bloop to 1.5.16-sc-1 (#2818)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Mar 28, 2024
1 parent 178281e commit 51c891d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/deps.sc
Expand Up @@ -100,6 +100,7 @@ object Deps {
def signingCli = "0.2.3"
def signingCliJvmVersion = 17
def javaClassName = "0.1.3"
def bloop = "1.5.16-sc-1"
}
// DO NOT hardcode a Scala version in this dependency string
// This dependency is used to ensure that Ammonite is available for Scala versions
Expand All @@ -109,7 +110,7 @@ object Deps {
// Force using of 2.13 - is there a better way?
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
def bloopRifle = ivy"io.github.alexarchambault.bleep:bloop-rifle_2.13:1.5.12-sc-1"
def bloopRifle = ivy"io.github.alexarchambault.bleep:bloop-rifle_2.13:${Versions.bloop}"
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.1"
def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M26"
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.11.0"
Expand Down

0 comments on commit 51c891d

Please sign in to comment.