Skip to content

Releases: sourcegraph/sbt-sourcegraph

v0.4.3

08 Sep 11:27
e4e1f0d

Choose a tag to compare

What's Changed

  • More permissive version matching (e.g. 11.0.20.1) by @keynmol in #86

Full Changelog: v0.4.2...v0.4.3

v0.4.2 - Scala 3 support

16 Aug 11:40
5720d81

Choose a tag to compare

This release addresses issues with indexing Scala 3 projects, and projects with mixed Scala/Java sources running on Java 17+.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

sbt-sourcegraph v0.2.0

31 May 10:52
24a0805

Choose a tag to compare

  • #12 Replace dependency on lsif-semanticdb with lsif-java, by @olafurpg