Skip to content

Commit

Permalink
Merge pull request #480 from djx314/update/sbt-1.10.5
Browse files Browse the repository at this point in the history
Update sbt, sbt-launch to 1.10.5
  • Loading branch information
djx314 authored Nov 5, 2024
2 parents c92d4c1 + 26348a8 commit c7e7507
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import coursier._
object BC {

def main(arr: Array[String]): Unit = {
val files = Fetch().addDependencies(dep"org.scala-sbt:sbt-launch:1.10.4").run()
val files = Fetch().addDependencies(dep"org.scala-sbt:sbt-launch:1.10.5").run()

println(files)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "sbt-launch"

libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.4"
libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.5"

VarContext.changeDeptVar := "coursier"

Expand Down Expand Up @@ -573,7 +573,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "sbt-launch"

libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.4"
libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.5"

VarContext.changeDeptVar := "coursier"

Expand Down Expand Up @@ -857,7 +857,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "sbt-launch"

libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.4"
libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.5"

/*VarContext.changeDeptVar := "coursier"
Expand Down
2 changes: 1 addition & 1 deletion inner-project/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.4
sbt.version=1.10.5
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.4
sbt.version=1.10.5
2 changes: 1 addition & 1 deletion scala-version-project/scala_212-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ VarContext.changeDeptVar := "simple-adt-bridge-support"
libraryDependencies += "net.scalax.simple" %%% "simple-adt-bridge-support" % "0.0.2-temp-v12"

VarContext.changeDeptVar := "sbt-launch"
libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.4"
libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.5"

VarContext.changeDeptVar := "coursier"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.1.14"
Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_213-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ VarContext.changeDeptVar := "simple-adt-bridge-support"
libraryDependencies += "net.scalax.simple" %%% "simple-adt-bridge-support" % "0.0.2-temp-v12"

VarContext.changeDeptVar := "sbt-launch"
libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.4"
libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.5"

VarContext.changeDeptVar := "coursier"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.1.14"
Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_3-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ VarContext.changeDeptVar := "simple-adt-bridge-support"
libraryDependencies += "net.scalax.simple" %%% "simple-adt-bridge-support" % "0.0.2-temp-v12"

VarContext.changeDeptVar := "sbt-launch"
libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.4"
libraryDependencies += "org.scala-sbt" % "sbt-launch" % "1.10.5"

/*VarContext.changeDeptVar := "coursier"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.1.14"
Expand Down

0 comments on commit c7e7507

Please sign in to comment.