aboutsummaryrefslogtreecommitdiff
path: root/project/build.properties
AgeCommit message (Collapse)Author
2023-01-09Update sbt to 1.8.2 (#2589)Scala Steward
2022-12-05Update sbt to 1.8.0 (#2576)Scala Steward
2022-04-20Update sbt to 1.6.2 (#2496)Scala Steward
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-03-14Update sbt to 1.5.8 (#2458)Scala Steward
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-12-16Update sbt to 1.5.7 (#2443)Scala Steward
2021-12-13Update sbt to 1.5.6 (#2441)Scala Steward
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-07-12Update sbt to 1.5.5 (#2292)Scala Steward
2021-07-11Update sbt to 1.5.4 (#2267)Scala Steward
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-10Update sbt to 1.5.2 (#2220)Scala Steward
2021-04-28Update sbt to 1.5.1 (#2205)Scala Steward
2021-04-28Update sbt to 1.3.13 (#1730)Scala Steward
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
2020-05-06Update sbt to 1.3.10 (#1529)Scala Steward
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-02-12Update sbt to 1.3.8 (#1354)Scala Steward
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2019-09-30Bump sbt to 1.3.2 (#1187)Jim Lawson
2019-09-16Bump sbt to 1.3.0 (#1181)Jim Lawson
2018-12-06Bump SBT from 1.2.6 to 1.2.7 to fix partial recompilation issue (#959)Jack Koenig
2018-11-21 Bump sbt to 1.2.6; update dependencies (#940)Jim Lawson
* Bump sbt to 1.2.6; update dependencies * Remove left-over surgery items. * Add explanation for explicit junit library dependency
2018-02-12Bump sbt to 1.1.1 and bump plugins (#739)Jack Koenig
Also move all plugins to project/plugins.sbt
2017-12-18Bump sbt (#703)Jack Koenig
Bump SBT to 1.0.4 and update plugins Update Scala versions and sbt commands in .travis.yml Replace run-main with runMain
2017-09-14Update sbt to 0.13.16; add Scala 2.12 support. (#639)Jim Lawson
* Update sbt to 0.13.16; add Scala 2.12 support. To clean, test, and build Scala 2.11 and Scala 2.12 versions: % sbt +clean +test +publishLocal * Update Travis to test in 2.11.11 and 2.12.3 * Try different way of providing Travis Scala version * Attempt to get verilator built before tests.
2017-05-27Prep for Scala 2.12 (#557)Jim Lawson
* Update dependencies and JavaConverters for Scala 2.12 * Bump Scala (and library) version(s). * replace "error" with "Utils.error"; bump Scala version to 2.11.11
2017-02-03Bump sbt version. (#430)Jim Lawson
2016-04-01Update sbt to version 0.13.11Andrew Waterman
2016-01-29Add project/build.properties with requirement of sbt 0.13.6, this version is ↵jackkoenig
required for sbt assembly to work