Releases: guardrail-dev/sbt-guardrail
v0.64.4
Changes
- Replace
com.twilio
withdev.guardrail
@nickhudkins (#119) - Update scala-library to 2.12.14 @scala-steward (#109)
- Update sbt to 1.5.5 @scala-steward (#113)
- Update sbt-git to 1.0.1 @scala-steward (#108)
Contributors
Thanks to @blast-hardcheese, @nickhudkins and @scala-steward for your contributions to this release!
v0.64.5
Changes
- Update guardrail to 0.64.5 @scala-steward (#115)
Contributors
Thanks to @kelnos and @scala-steward for your contributions to this release!
v0.64.3
Changes
- Update guardrail to 0.64.3 @scala-steward (#112)
Contributors
Thanks to @blast-hardcheese and @scala-steward for your contributions to this release!
v0.64.2
Changes
- Update sbt to 1.5.2 @scala-steward (#106)
- Bump guardrail to 0.64.2 @kelnos
Contributors
Thanks to @blast-hardcheese, @kelnos and @scala-steward for your contributions to this release!
v0.64.1
Changes
- Update guardrail to 0.64.1 @scala-steward (#105)
- Update sbt to 1.5.1 @scala-steward (#104)
- Update sbt to 1.5.0 @scala-steward (#102)
Contributors
Thanks to @blast-hardcheese and @scala-steward for your contributions to this release!
v0.64.0
Changes
- Update guardrail to 0.64.0 @scala-steward (#103)
Contributors
Thanks to @blast-hardcheese and @scala-steward for your contributions to this release!
v0.63.0
Changes
- Update guardrail to 0.63.0 @scala-steward (#101)
- Update sbt-ci-release to 1.5.7 @scala-steward (#100)
- Update sbt to 1.4.9 @scala-steward (#96)
- Update sbt-ci-release to 1.5.6 @scala-steward (#98)
- Update sbt-sonatype to 3.9.7 @scala-steward (#99)
- Update scala-library to 2.12.13 @scala-steward (#93)
Contributors
Thanks to @blast-hardcheese and @scala-steward for your contributions to this release!
v0.62.2
Changes
- Finish releasing infrastructure @blast-hardcheese (#92)
- Update guardrail to 0.62.1 @LukaszMarchewka (#90)
- ci: Scala 2.12.12 @blast-hardcheese (#91)
- Update sbt to 1.4.7 @scala-steward (#89)
- enable sbt-ci-release plugin @sullis (#84)
- Auto tag merges @blast-hardcheese (#87)
- Update sbt to 1.4.6 @scala-steward (#86)
- Fixing build @blast-hardcheese (#88)
Contributors
Thanks to @LukaszMarchewka, @blast-hardcheese, @scala-steward and @sullis for your contributions to this release!
v0.62.0
Changes
- Update sbt to 1.4.5 @scala-steward (#85)
- Scala 2.12.12 @sullis (#83)
- ci: Scala 2.12.12 @sullis (#82)
- Update sbt-bintray to 0.6.1 @scala-steward (#76)
- Update sbt-sonatype to 3.9.5 @scala-steward (#78)
- Update sbt to 1.4.4 @scala-steward (#80)
- ci: JDK 8, 11, 15 @sullis (#81)
Contributors
Thanks to @blast-hardcheese, @kelnos, @scala-steward and @sullis for your contributions to this release!
Resolving invalid `guardrailTasks in Test` caching
Previous caching logic was checking for the stream cache of guardrailTasks in Compile
when attempting to evaluate guardrailTasks in Test
Resolving #72