Skip to content

Commit 260bc73

Browse files
committed
Update circe-core, circe-parser, ... to 0.14.4
1 parent 19099b9 commit 260bc73

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.sbt

Lines changed: 4 additions & 5 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 monix = "3.4.1"
6666
val scalaTest = "3.2.15"
6767
val sttp = "3.3.18"
@@ -73,9 +73,9 @@ def compilerPlugins =
7373
libraryDependencies ++= (if (scalaVersion.value.startsWith("3")) Seq()
7474
else Seq(compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")))
7575

76-
val mimaSettings = {
76+
val mimaSettings =
7777
// revert the commit that made this change after releasing a new version
78-
//mimaPreviousArtifacts := {
78+
// mimaPreviousArtifacts := {
7979
// val currentVersion = version.value
8080
// lazy val onlyPatchChanged =
8181
// previousStableVersion.value.flatMap(CrossVersion.partialVersion) == CrossVersion.partialVersion(currentVersion)
@@ -85,9 +85,8 @@ val mimaSettings = {
8585
// } else {
8686
// Set.empty
8787
// }
88-
//}
88+
// }
8989
mimaPreviousArtifacts := Set.empty
90-
}
9190

9291
// Workaround for https://github.com/typelevel/sbt-tpolecat/issues/102
9392
val jsSettings = scalacOptions ++= (if (scalaVersion.value.startsWith("3")) Seq("-scalajs") else Seq())

0 commit comments

Comments
 (0)