Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-ci-release-1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoub-benali authored Nov 6, 2024
2 parents a05359c + 40b2a27 commit b87bb02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val avroVersion = "1.11.3"
val avroVersion = "1.11.4"
val catsVersion = "2.12.0"
val disciplineScalaTestVersion = "2.3.0"
val enumeratumVersion = "1.7.4"
val enumeratumVersion = "1.7.5"
val jacksonVersion = "2.17.2"
val magnolia2Version = "0.17.0"
val magnolia3Version = "1.3.7"
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.1
sbt.version = 1.10.5
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit b87bb02

Please sign in to comment.