Skip to content

Releases: sbt/sbt

2.0.1

Choose a tag to compare

@eed3si9n eed3si9n released this 29 Jun 03:55
v2.0.1

🐛 bug fixes

🚀 updates

behind the scenes

Full Changelog: v2.0.0...v2.0.1

1.12.13

Choose a tag to compare

@eed3si9n eed3si9n released this 21 Jun 22:11
v1.12.13

🐛 bug fixes

Full Changelog: v1.12.12...v1.12.13

2.0.0

Choose a tag to compare

@eed3si9n eed3si9n released this 14 Jun 23:30
v2.0.0

1.12.12

Choose a tag to compare

@eed3si9n eed3si9n released this 14 Jun 06:28
v1.12.12

bug fixes

behind the scenes

Full Changelog: v1.12.11...v1.12.12

2.0.0-RC16

2.0.0-RC16 Pre-release
Pre-release

Choose a tag to compare

@eed3si9n eed3si9n released this 11 Jun 03:11
v2.0.0-RC16
de1b5ee

🐛 bug fixes

  • fix: Fixes packageDirectory zip publication race by @bitloi in #9047
  • fix: Fixes chunked upload/download by @eed3si9n in #9318
  • fix: Fixes console / javaOptions + console / forked by default by @eed3si9n in #9322

Full Changelog: v2.0.0-RC15...v2.0.0-RC16

2.0.0-RC15

2.0.0-RC15 Pre-release
Pre-release

Choose a tag to compare

@eed3si9n eed3si9n released this 08 Jun 04:41
v2.0.0-RC15
f94f987

🐛 bug fixes

Full Changelog: v2.0.0-RC14...v2.0.0-RC15

2.0.0-RC14

2.0.0-RC14 Pre-release
Pre-release

Choose a tag to compare

@eed3si9n eed3si9n released this 01 Jun 15:29
v2.0.0-RC14
aae1a98

🐛 bug fixes

behind the scenes

Full Changelog: v2.0.0-RC13...v2.0.0-RC14

2.0.0-RC13

2.0.0-RC13 Pre-release
Pre-release

Choose a tag to compare

@eed3si9n eed3si9n released this 17 May 19:48
v2.0.0-RC13

Execution log

sbt 2.0.0 adds experimental execution log feature to debug caching issues. The execution log can be enabled with sbt.experimental_execution_log system property has either true or a file path:

$ sbt --server -Dsbt.experimental_execution_log=true compile

This will generate an execution log file in target/global-logging/exec-log****.log:

{
  "input": {
    "digest": "sha256-a50da1cd086987bc273861a815da4e90ba4735d4a21b965e861e583382a985d6/48",
    "codeContentHash": "murmur3-0000000000000000ffffffffce70de5a/0",
    "extraHash": "murmur3-00000000000000000000000000000000/0",
    "str": "(CompileInputs2(Vector(${CSR_CACHE}/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar, ${CSR_CACHE}/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar),Vector(${BASE}/src/main/scala/example/A.scala),Vector(),Vector(),${OUT}/jvm/scala-3.7.4/testtest/classes,${OUT}/jvm/scala-3.7.4/testtest/zinc/inc_compile_3.zip,Vector((JAVA_CLASS_VERSION,61.0))))"
  },
  "cacheHit": true,
  "exitCode": 0,
  "outputs": ["${OUT}/value/sha256-a50da1cd086987bc273861a815da4e90ba4735d4a21b965e861e583382a985d6/48.json>sha256-f222bfd59f319bb6a2d4d58003b2131c0c42a10cdb4da9df971480ca8d044f7b/179", "${OUT}/jvm/scala-3.7.4/testtest/zinc/inc_compile_3.zip>sha256-8c4b789c3aa4624346a1d0145d15a1c992a6fba4d43fa38f0dc45b829f29157e/878", "${OUT}/jvm/scala-3.7.4/testtest/classes.sbtdir.zip>sha256-722ec6b34b2461dbbc066e434a7707d369f41f2e25e773d9547f19414e5adeb7/1971"]
}

This was contributed by @eed3si9n in #9203.

🐛 bug fixes

🚀 updates

  • dep: Update Scala to 3.8.3 by @xuwei-k in #8997
  • dep: Update Coursier to 2.1.25-M25 by @eed3si9n in #9232
  • feat: Adds ClassLoaderStrategy.Raw for forked test by @eed3si9n in #9161
  • feat: Adds scripted / excludeFilter and scripted / includeFilter setting for scripted test filtering by @arashi01 in #9131
  • feat: Adds Test configuration to evictionWarningOptions by @zainab-ali in #9102
  • feat: Adds cacheVersion setting for global cache invalidation by @eureka0928 in #8993
  • feat: Support --no-server in sbtn by @eureka0928 in #8895
  • feat: Adds ForkOptions#connectionTimeout by @xuwei-k in #9172

behind the scenes

Full Changelog: v2.0.0-RC12...v2.0.0-RC13

1.12.11

Choose a tag to compare

@eed3si9n eed3si9n released this 02 May 20:32
v1.12.11

bug fix

Full Changelog: v1.12.10...v1.12.11

1.12.10

Choose a tag to compare

@eed3si9n eed3si9n released this 27 Apr 06:12
v1.12.10

updates

🐛 bug fixes

behind the scenes

new contributors

Full Changelog: v1.12.9...v1.12.10