Skip to content

Commit 559383f

Browse files
andyglowaonyshchuk
andauthored
update ujson (andyglow#235)
Co-authored-by: aonyshchuk <aonyshchuk@apple.com>
1 parent 15dcf57 commit 559383f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,7 @@ lazy val `u-json` = { project in file("modules/u-json") }.dependsOn(core, api %
197197
name := "scala-jsonschema-ujson",
198198

199199
libraryDependencies ++= {
200-
val uV = CrossVersion.partialVersion(scalaVersion.value) match {
201-
case Some((2, 11)) => "1.4.2"
202-
case _ => "1.0.0"
203-
}
200+
val uV = "1.4.3"
204201

205202
Seq(
206203
"com.lihaoyi" %% "ujson" % uV,

0 commit comments

Comments
 (0)