Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-dynver-5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek authored Jan 8, 2025
2 parents 3797c08 + d27ec34 commit f232ec6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ object Dependencies {
val avro4s = "5.0.9"
val borer = "1.14.1"
val catsCore = "2.12.0"
val catsEffect = "3.5.4"
val catsEffect = "3.5.7"
val munitCatsEffect = "2.0.0"
val catsParse = "1.0.0"
val catsParse = "1.1.0"
val catsScalaCheck = "0.3.2"
val ciris = "3.6.0"
val decline = "2.4.1"
val ciris = "3.7.0"
val decline = "2.5.0"
val fs2 = "3.11.0"
val http4s = "0.23.28"
val http4s = "0.23.30"
val http4sPrometheusMetrics = "0.24.6"
val redis4Cats = "1.7.1"
val sbtMdoc = "2.5.2"
val scala = "3.5.1"
val scala = "3.5.2"
val scalacheckEffectMunit = "2.0.0-M2"
val scodec = "2.2.2"
val scodecBits = "1.2.1"
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.7
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
* limitations under the License.
*/

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.8.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

// sbt-git comes with quite old jgit version
Expand Down

0 comments on commit f232ec6

Please sign in to comment.