File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ val Versions = new {
61
61
val catsCore = " 2.8.0"
62
62
val catsEffect = " 3.3.14"
63
63
val catsEffect2 = " 2.5.5"
64
- val circe = " 0.14.3 "
64
+ val circe = " 0.14.4 "
65
65
val monix = " 3.4.1"
66
66
val scalaTest = " 3.2.15"
67
67
val sttp = " 3.3.18"
@@ -73,9 +73,9 @@ def compilerPlugins =
73
73
libraryDependencies ++= (if (scalaVersion.value.startsWith(" 3" )) Seq ()
74
74
else Seq (compilerPlugin(" com.olegpy" %% " better-monadic-for" % " 0.3.1" )))
75
75
76
- val mimaSettings = {
76
+ val mimaSettings =
77
77
// revert the commit that made this change after releasing a new version
78
- // mimaPreviousArtifacts := {
78
+ // mimaPreviousArtifacts := {
79
79
// val currentVersion = version.value
80
80
// lazy val onlyPatchChanged =
81
81
// previousStableVersion.value.flatMap(CrossVersion.partialVersion) == CrossVersion.partialVersion(currentVersion)
@@ -85,9 +85,8 @@ val mimaSettings = {
85
85
// } else {
86
86
// Set.empty
87
87
// }
88
- // }
88
+ // }
89
89
mimaPreviousArtifacts := Set .empty
90
- }
91
90
92
91
// Workaround for https://github.com/typelevel/sbt-tpolecat/issues/102
93
92
val jsSettings = scalacOptions ++= (if (scalaVersion.value.startsWith(" 3" )) Seq (" -scalajs" ) else Seq ())
You can’t perform that action at this time.
0 commit comments