Skip to content

Commit

Permalink
[build] Update sbt dependency to version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilmkd authored and unkarjedy committed Aug 12, 2024
1 parent 92d42d5 commit ac425c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object Versions {
val structure_extractor_binary_1_3 = "1.3"

val latest_0_13 = "0.13.18"
val latest_1_0 = "1.10.0"
val latest_1_0 = "1.10.1"
val latest: String = latest_1_0
// ATTENTION: after adding sbt major version, also update:
// buildInfoKeys, Sbt.scala and SbtUtil.latestCompatibleVersion
Expand Down

0 comments on commit ac425c0

Please sign in to comment.