File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
modules/build/src/main/scala/scala/build Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,8 @@ object Project {
200
200
test = None ,
201
201
platform = None ,
202
202
resolution = None ,
203
- tags = Some (List (" library" ))
203
+ tags = Some (List (" library" )),
204
+ sourceGenerators = None
204
205
)
205
206
if (scope == Scope .Test )
206
207
setProjectTestConfig(project)
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ object Deps {
75
75
def ammonite = ivy " com.lihaoyi:::ammonite:2.5.5 "
76
76
def asm = ivy " org.ow2.asm:asm:9.3 "
77
77
// 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 "
79
79
def bsp4j = ivy " ch.epfl.scala:bsp4j:2.1.0-M3 "
80
80
def caseApp = ivy " com.github.alexarchambault:case-app_2.13:2.1.0-M17 "
81
81
def collectionCompat = ivy " org.scala-lang.modules::scala-collection-compat:2.8.1 "
You can’t perform that action at this time.
0 commit comments