@@ -6,10 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## Changed
9+ ## [ 1.6.0] - 2023-02-25
10+ ## Added
1011
1112- Expose BuildTools parameters [ #141 ] ( https://github.com/sbt/sbt-jni/pull/141 ) (@pomadchin )
1213
14+ ## Changed
15+
16+ - Update scala3-compiler, scala3-library to 3.2.2 [ #138 ] ( https://github.com/sbt/sbt-jni/pull/138 ) (@scala-steward )
17+ - Update sbt, scripted-plugin to 1.8.2 [ #135 ] ( https://github.com/sbt/sbt-jni/pull/135 ) (@scala-steward )
18+ - Update scala3-compiler, scala3-library to 3.2.1 [ #131 ] ( https://github.com/sbt/sbt-jni/pull/131 ) (@scala-steward )
19+ - Update sbt, scripted-plugin to 1.7.3 [ #129 ] ( https://github.com/sbt/sbt-jni/pull/129 ) (@scala-steward )
20+ - Update scala3-compiler, scala3-library to 3.2.0 [ #121 ] ( https://github.com/sbt/sbt-jni/pull/121 ) (@scala-steward )
21+ - Update sbt, scripted-plugin to 1.7.2 [ #126 ] ( https://github.com/sbt/sbt-jni/pull/126 ) (@scala-steward )
22+ - Update asm to 9.4 [ #124 ] ( https://github.com/sbt/sbt-jni/pull/124 ) (@scala-steward )
23+ - Update scala-compiler, scala-library, ... to 2.12.17 [ #122 ] ( https://github.com/sbt/sbt-jni/pull/122 ) (@scala-steward )
24+
1325## Fixed
1426
1527- Fix names of overloaded methods with ref type parameters [ #139 ] ( https://github.com/sbt/sbt-jni/pull/139 ) (@berkeleybarry )
@@ -74,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7486
7587## [ 1.4.1] - 2019-12-13
7688
77- [ Unreleased ] : https://github.com/sbt/sbt-jni/compare/v1.5.4...HEAD
89+ [ Unreleased ] : https://github.com/sbt/sbt-jni/compare/v1.6.0...HEAD
90+ [ 1.6.0 ] : https://github.com/sbt/sbt-jni/compare/v1.5.4...v1.6.0
7891[ 1.5.4 ] : https://github.com/sbt/sbt-jni/compare/v1.5.3...v1.5.4
7992[ 1.5.3 ] : https://github.com/sbt/sbt-jni/compare/v1.5.2...v1.5.3
8093[ 1.5.2 ] : https://github.com/sbt/sbt-jni/compare/v1.5.1...v1.5.2
0 commit comments