Skip to content

Commit 511f6fc

Browse files
authored
Merge pull request #3392 from scala-steward/update/bloop-config_2.13-2.2.0
Update bloop-config_2.13 to 2.2.0
2 parents 71c44b3 + 2496d80 commit 511f6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ object Deps {
145145
ivy"com.github.alexarchambault:argonaut-shapeless_6.3_2.13:${Versions.argonautShapeless}"
146146
def asm = ivy"org.ow2.asm:asm:9.7.1"
147147
// Force using of 2.13 - is there a better way?
148-
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.1.0"
148+
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.2.0"
149149
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
150150
def bloopRifle = ivy"ch.epfl.scala:bloop-rifle_2.13:${Versions.bloop}"
151151
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.1"

0 commit comments

Comments
 (0)