Skip to content

Commit

Permalink
Workaround for updateSbtClassifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Sep 29, 2022
1 parent 2605d30 commit 5e6c294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ object OmnidocBuild {
Resolver.sonatypeRepo("snapshots"),
Resolver.sonatypeRepo("releases")),
useCoursier := false, // so updatePlaydocClassifiers isn't empty
updateSbtClassifiers / useCoursier := true // https://github.com/sbt/sbt/issues/5263#issuecomment-626462593
)

def dependencySettings: Seq[Setting[_]] = Seq(
Expand Down Expand Up @@ -176,7 +177,7 @@ object OmnidocBuild {

def compilerReporterSettings = Seq(
compile / compilerReporter := {
new sbt.internal.server.LanguageServerReporter(
new sbt.internal.inc.LoggedReporter(
maxErrors.value,
streams.value.log,
foldMappers(sourcePositionMappers.value)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.13
sbt.version=1.7.1

0 comments on commit 5e6c294

Please sign in to comment.