Skip to content

Commit

Permalink
Update missed version updates, forgot rebase (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich authored Nov 5, 2024
1 parent 5ec03f2 commit ffafcc0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Complete setup documentation and the current `scalafix` version can be found in
## Versions
Release [1.8.1](https://github.com/ekrich/sconfig/releases/tag/v1.8.1) - (2024-11-05)<br/>
Release [1.8.0](https://github.com/ekrich/sconfig/releases/tag/v1.8.0) - (2024-11-05)<br/>
Release [1.7.0](https://github.com/ekrich/sconfig/releases/tag/v1.7.0) - (2023-04-16)<br/>
Release [1.6.0](https://github.com/ekrich/sconfig/releases/tag/v1.6.0) - (2023-12-28)<br/>
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ addCommandAlias(
).mkString(";", ";", "")
)

val prevVersion = "1.6.0"
val nextVersion = "1.7.0"
val prevVersion = "1.8.0"
val nextVersion = "1.9.0"

// stable snapshot is not great for publish local
def versionFmt(out: sbtdynver.GitDescribeOutput): String = {
Expand Down Expand Up @@ -43,7 +43,7 @@ val isScala3 = Def.setting {
}
}

val scala212 = "2.12.19"
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala3 = "3.3.4"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.2
sbt.version=1.10.5
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val scalaNativeVersion = "0.5.5"
val scalafix = "0.13.0"

// includes sbt-dynver sbt-pgp sbt-sonatype sbt-git
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

// Scala Native support
Expand Down

0 comments on commit ffafcc0

Please sign in to comment.