File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
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 jsoniter = " 2.21.1"
66
66
val monix = " 3.4.1"
67
67
val scalaTest = " 3.2.15"
@@ -74,9 +74,9 @@ def compilerPlugins =
74
74
libraryDependencies ++= (if (scalaVersion.value.startsWith(" 3" )) Seq ()
75
75
else Seq (compilerPlugin(" com.olegpy" %% " better-monadic-for" % " 0.3.1" )))
76
76
77
- val mimaSettings = {
77
+ val mimaSettings =
78
78
// revert the commit that made this change after releasing a new version
79
- // mimaPreviousArtifacts := {
79
+ // mimaPreviousArtifacts := {
80
80
// val currentVersion = version.value
81
81
// lazy val onlyPatchChanged =
82
82
// previousStableVersion.value.flatMap(CrossVersion.partialVersion) == CrossVersion.partialVersion(currentVersion)
@@ -86,9 +86,8 @@ val mimaSettings = {
86
86
// } else {
87
87
// Set.empty
88
88
// }
89
- // }
89
+ // }
90
90
mimaPreviousArtifacts := Set .empty
91
- }
92
91
93
92
// Workaround for https://github.com/typelevel/sbt-tpolecat/issues/102
94
93
val jsSettings = scalacOptions ++= (if (scalaVersion.value.startsWith(" 3" )) Seq (" -scalajs" ) else Seq ())
@@ -249,5 +248,5 @@ val root = project
249
248
`oauth2-circe`.jvm,
250
249
`oauth2-circe`.js,
251
250
`oauth2-jsoniter`.jvm,
252
- `oauth2-jsoniter`.js,
251
+ `oauth2-jsoniter`.js
253
252
)
You can’t perform that action at this time.
0 commit comments