Skip to content

Commit

Permalink
Merge pull request #271 from djx314/update/javacv-platform-1.5.10
Browse files Browse the repository at this point in the history
Update javacv-platform to 1.5.10
  • Loading branch information
djx314 authored Jan 31, 2024
2 parents 31c45d8 + 533f89e commit 1fc7985
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "javacv-platform"

libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.9"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.10"

VarContext.changeDeptVar := "shapeless"

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

VarContext.changeDeptVar := "javacv-platform"

libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.9"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.10"

VarContext.changeDeptVar := "cats-effect-cps"

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

VarContext.changeDeptVar := "javacv-platform"

libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.9"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.10"

VarContext.changeDeptVar := "cats-effect-cps"

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

VarContext.changeDeptVar := "javacv-platform"

libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.9"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.10"

VarContext.changeDeptVar := "cats-effect-cps"

Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_211-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ VarContext.changeDeptVar := "simple-adt"
libraryDependencies += "net.scalax.simple" %%% "simple-adt" % "0.0.2-M9"

VarContext.changeDeptVar := "javacv-platform"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.9"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.10"

VarContext.changeDeptVar := "shapeless"
libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.10"
Expand Down
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 @@ -91,7 +91,7 @@ VarContext.changeDeptVar := "sbt-librarymanagement-core"
libraryDependencies += "org.scala-sbt" %% "librarymanagement-core" % "1.9.3"

VarContext.changeDeptVar := "javacv-platform"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.9"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.10"

VarContext.changeDeptVar := "cats-effect-cps"
libraryDependencies += "org.typelevel" %%% "cats-effect-cps" % "0.4.0"
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 @@ -91,7 +91,7 @@ VarContext.changeDeptVar := "sbt-librarymanagement-core"
libraryDependencies += "org.scala-sbt" %% "librarymanagement-core" % "1.9.3"

VarContext.changeDeptVar := "javacv-platform"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.9"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.10"

VarContext.changeDeptVar := "cats-effect-cps"
libraryDependencies += "org.typelevel" %%% "cats-effect-cps" % "0.4.0"
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 @@ -85,7 +85,7 @@ VarContext.changeDeptVar := "sbt-librarymanagement-core"
libraryDependencies += "org.scala-sbt" %% "librarymanagement-core" % "2.0.0-alpha13"

VarContext.changeDeptVar := "javacv-platform"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.9"
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.10"

VarContext.changeDeptVar := "cats-effect-cps"
libraryDependencies += "org.typelevel" %%% "cats-effect-cps" % "0.4.0"
Expand Down

0 comments on commit 1fc7985

Please sign in to comment.