File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ object Deps {
100
100
def signingCli = " 0.2.3"
101
101
def signingCliJvmVersion = 17
102
102
def javaClassName = " 0.1.3"
103
+ def bloop = " 1.5.16-sc-1"
103
104
}
104
105
// DO NOT hardcode a Scala version in this dependency string
105
106
// This dependency is used to ensure that Ammonite is available for Scala versions
@@ -109,7 +110,7 @@ object Deps {
109
110
// Force using of 2.13 - is there a better way?
110
111
def bloopConfig = ivy " ch.epfl.scala:bloop-config_2.13:1.5.5 "
111
112
.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} "
113
114
def bsp4j = ivy " ch.epfl.scala:bsp4j:2.1.1 "
114
115
def caseApp = ivy " com.github.alexarchambault::case-app:2.1.0-M26 "
115
116
def collectionCompat = ivy " org.scala-lang.modules::scala-collection-compat:2.11.0 "
You can’t perform that action at this time.
0 commit comments