Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-circe-org-0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis authored Oct 29, 2024
2 parents 87c0137 + 4692822 commit 5aacf33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.tools.mima.core._

ThisBuild / organization := "io.circe"
ThisBuild / crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3")
ThisBuild / crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.4")
ThisBuild / scalaVersion := crossScalaVersions.value.head
ThisBuild / startYear := Some(2016)
ThisBuild / tlBaseVersion := "0.14"
Expand All @@ -13,7 +13,7 @@ ThisBuild / tlCiReleaseTags := true
ThisBuild / tlCiReleaseBranches := Nil
ThisBuild / circeRootOfCodeCoverage := Some("root")

val circeVersion = "0.14.9"
val circeVersion = "0.14.10"
val munitVersion = "1.0.0"
val previousCirceJacksonVersion = "0.15.0"
val disciplineMunitVersion = "2.0.0"
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.4
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.5")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3")

0 comments on commit 5aacf33

Please sign in to comment.