Skip to content

Commit

Permalink
Merge branch 'master' into update/jackson-core-2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoub-benali authored Nov 8, 2024
2 parents ff7bb14 + 5c142f1 commit e916545
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
val avroVersion = "1.11.4"
val catsVersion = "2.12.0"
val disciplineScalaTestVersion = "2.3.0"
val enumeratumVersion = "1.7.4"
val jacksonVersion = "2.18.1"
val enumeratumVersion = "1.7.5"
val jacksonVersion = "2.18.4"
val magnolia2Version = "0.17.0"
val magnolia3Version = "1.3.7"
val munitVersion = "1.0.0"
Expand All @@ -12,9 +12,9 @@ val shapeless3Version = "3.4.1"
val shapelessVersion = "2.3.12"
val slf4jNopVersion = "2.0.16"

val scala212 = "2.12.19"
val scala213 = "2.13.14"
val scala3 = "3.3.3"
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala3 = "3.3.4"

ThisBuild / versionScheme := Some("early-semver")

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.5
6 changes: 3 additions & 3 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.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
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.6.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit e916545

Please sign in to comment.