Skip to content

Commit

Permalink
Update airframe-json, airframe-ulid to 24.9.2 (#673)
Browse files Browse the repository at this point in the history
Co-authored-by: Reid Spencer <[email protected]>
  • Loading branch information
scala-steward and reid-spencer authored Sep 27, 2024
1 parent 75e3e36 commit 7df8d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ lazy val language_cp: CrossProject = CrossModule("language", "riddl-language")(J
.jsConfigure(With.noMiMa)
.jsSettings(
libraryDependencies += "com.lihaoyi" %%% "fastparse" % V.fastparse,
libraryDependencies += "org.wvlet.airframe" %%% "airframe-ulid" % "24.9.0"
libraryDependencies += "org.wvlet.airframe" %%% "airframe-ulid" % "24.9.2"
)
lazy val language = language_cp.jvm.dependsOn(utils)
lazy val languageJS = language_cp.js.dependsOn(utilsJS)
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import sbt.librarymanagement.ModuleID
/** V - Dependency Versions object */

object V {
val airframe_json = "24.9.0"
val airframe_ulid = "24.9.0"
val airframe_json = "24.9.2"
val airframe_ulid = "24.9.2"
val commons_io = "2.17.0"
val compress = "1.27.1"
val config = "1.4.2"
Expand Down

0 comments on commit 7df8d16

Please sign in to comment.