Skip to content

Commit 51c891d

Browse files
authored
Update Bloop to 1.5.16-sc-1 (#2818)
1 parent 178281e commit 51c891d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/deps.sc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ object Deps {
100100
def signingCli = "0.2.3"
101101
def signingCliJvmVersion = 17
102102
def javaClassName = "0.1.3"
103+
def bloop = "1.5.16-sc-1"
103104
}
104105
// DO NOT hardcode a Scala version in this dependency string
105106
// This dependency is used to ensure that Ammonite is available for Scala versions
@@ -109,7 +110,7 @@ object Deps {
109110
// Force using of 2.13 - is there a better way?
110111
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"
111112
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
112-
def bloopRifle = ivy"io.github.alexarchambault.bleep:bloop-rifle_2.13:1.5.12-sc-1"
113+
def bloopRifle = ivy"io.github.alexarchambault.bleep:bloop-rifle_2.13:${Versions.bloop}"
113114
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.1"
114115
def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M26"
115116
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.11.0"

0 commit comments

Comments
 (0)