Skip to content

Commit fa7f511

Browse files
Update bloop-config_2.13 to 2.1.0 (#3228)
1 parent e208cb4 commit fa7f511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ object Deps {
139139
def ammoniteForScala3Lts = ivy"com.lihaoyi:::ammonite:${Versions.ammoniteForScala3Lts}"
140140
def asm = ivy"org.ow2.asm:asm:9.7.1"
141141
// Force using of 2.13 - is there a better way?
142-
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.0.3"
142+
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.1.0"
143143
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
144144
def bloopRifle = ivy"ch.epfl.scala:bloop-rifle_2.13:${Versions.bloop}"
145145
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.1"

0 commit comments

Comments
 (0)