Skip to content

Commit

Permalink
Set sbt 1.9.7 as minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Feb 21, 2024
1 parent 2a1748c commit e936897
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
- { sbtCrossVersion: "1.4.9", jvmName: "temurin:1.11.0" }
- { sbtCrossVersion: "1.9.7", jvmName: "temurin:1.11.0" }
# { jvmName: "temurin:1.11.0" }
# { jvmName: "temurin:1.17.0" }
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inThisBuild(Seq(

val pluginSettings = Seq(
sbtPlugin := true,
crossSbtVersions := List("1.4.9"),
crossSbtVersions := List("1.9.7"),
scriptedLaunchOpts += "-Dproject.version=" + version.value
// scriptedBufferLog := false
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# When updating also change the minimum version noted in src/main/paradox/index.md
sbt.version=1.4.9
sbt.version=1.9.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.9
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion laika/src/sbt-test/laika/minimal/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.9
sbt.version=1.9.7
1 change: 1 addition & 0 deletions src/main/paradox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Before upgrading please consult the @github:[release notes](/notes/). Instructio

@@@ note

* Version 1.6+ is published for sbt >= 1.9.7 and requires Java 11+.
* Version 1.5+ is published for sbt >= 1.4.9 and requires Java 11+.
* Version 1.4+ is published for sbt 1.2.x.
* Version 1.3+ is cross published to both sbt 0.13 and sbt 1.x.
Expand Down
4 changes: 4 additions & 0 deletions src/main/paradox/migration-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Migration Guide

## Migrating from version 1.5.x to 1.6.x

Only sbt >=1.9.7 is supported.

## Migrating from version 1.4.x to 1.5.x

To cut down on dependencies, sbt-site is now spilt into separate modules per site generator. Three generators are available as specific sbt plugins:
Expand Down

0 comments on commit e936897

Please sign in to comment.