Skip to content

Commit fcd9908

Browse files
authored
Merge pull request #352 from scala-steward/update/circe-core-0.14.4
Update circe-core, circe-parser, ... to 0.14.4
2 parents 86183ac + 14d8c76 commit fcd9908

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.sbt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ val Versions = new {
6161
val catsCore = "2.8.0"
6262
val catsEffect = "3.3.14"
6363
val catsEffect2 = "2.5.5"
64-
val circe = "0.14.3"
64+
val circe = "0.14.4"
6565
val jsoniter = "2.21.1"
6666
val monix = "3.4.1"
6767
val scalaTest = "3.2.15"
@@ -74,9 +74,9 @@ def compilerPlugins =
7474
libraryDependencies ++= (if (scalaVersion.value.startsWith("3")) Seq()
7575
else Seq(compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")))
7676

77-
val mimaSettings = {
77+
val mimaSettings =
7878
// revert the commit that made this change after releasing a new version
79-
//mimaPreviousArtifacts := {
79+
// mimaPreviousArtifacts := {
8080
// val currentVersion = version.value
8181
// lazy val onlyPatchChanged =
8282
// previousStableVersion.value.flatMap(CrossVersion.partialVersion) == CrossVersion.partialVersion(currentVersion)
@@ -86,9 +86,8 @@ val mimaSettings = {
8686
// } else {
8787
// Set.empty
8888
// }
89-
//}
89+
// }
9090
mimaPreviousArtifacts := Set.empty
91-
}
9291

9392
// Workaround for https://github.com/typelevel/sbt-tpolecat/issues/102
9493
val jsSettings = scalacOptions ++= (if (scalaVersion.value.startsWith("3")) Seq("-scalajs") else Seq())
@@ -249,5 +248,5 @@ val root = project
249248
`oauth2-circe`.jvm,
250249
`oauth2-circe`.js,
251250
`oauth2-jsoniter`.jvm,
252-
`oauth2-jsoniter`.js,
251+
`oauth2-jsoniter`.js
253252
)

0 commit comments

Comments
 (0)