Skip to content

Commit

Permalink
Merge pull request #3030 from scala-steward/update/sbt-1.10.5
Browse files Browse the repository at this point in the history
Update sbt, scripted-plugin to 1.10.5
  • Loading branch information
konnov authored Nov 7, 2024
2 parents b329285 + 240c5bc commit 759b3f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.3
sbt.version=1.10.5
2 changes: 1 addition & 1 deletion project/sbt-changeling/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "systems.informal"

libraryDependencies ++= Seq(
"org.scala-sbt" % "sbt" % "1.10.3"
"org.scala-sbt" % "sbt" % "1.10.5"
)

lazy val sbt_changeling = (project in file("."))
Expand Down
2 changes: 1 addition & 1 deletion project/sbt-changeling/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.3
sbt.version=1.10.5

0 comments on commit 759b3f4

Please sign in to comment.