Skip to content

Commit 518f200

Browse files
Update bloop to 1.5.4-sc-3 (#1454)
1 parent bd8811d commit 518f200

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/build/src/main/scala/scala/build/Project.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ object Project {
200200
test = None,
201201
platform = None,
202202
resolution = None,
203-
tags = Some(List("library"))
203+
tags = Some(List("library")),
204+
sourceGenerators = None
204205
)
205206
if (scope == Scope.Test)
206207
setProjectTestConfig(project)

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ object Deps {
7575
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.5"
7676
def asm = ivy"org.ow2.asm:asm:9.3"
7777
// Force using of 2.13 - is there a better way?
78-
def bloopConfig = ivy"io.github.alexarchambault.bleep:bloop-config_2.13:1.5.3-sc-1"
78+
def bloopConfig = ivy"io.github.alexarchambault.bleep:bloop-config_2.13:1.5.4-sc-3"
7979
def bsp4j = ivy"ch.epfl.scala:bsp4j:2.1.0-M3"
8080
def caseApp = ivy"com.github.alexarchambault:case-app_2.13:2.1.0-M17"
8181
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.8.1"

0 commit comments

Comments
 (0)