Skip to content

Commit

Permalink
Merge pull request #83 from scalacenter/update/bloop-config-2.0.2
Browse files Browse the repository at this point in the history
Update bloop-config to 2.0.2
  • Loading branch information
tgodzik authored Aug 6, 2024
2 parents 1a18f6b + 22f43fd commit 620aa62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>ch.epfl.scala</groupId>
<artifactId>bloop-config_2.13</artifactId>
<version>1.5.5</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ object MojoImplementation {
val `scala` =
scalaContext.map{
context =>
Config.Scala(scalaOrganization, mojo.getScalaArtifactID(), context.version().toString(), scalacArgs, allScalaJars, analysisOut, Some(compileSetup))
Config.Scala(scalaOrganization, mojo.getScalaArtifactID(), context.version().toString(), scalacArgs, allScalaJars, analysisOut, Some(compileSetup), None)
}
val javaHome = Some(abs(mojo.getJavaHome().getParentFile.getParentFile))
val jvmArgs = launcher.map(_.getJvmArgs.toList).getOrElse(List.empty)
Expand Down

0 comments on commit 620aa62

Please sign in to comment.