Skip to content

Commit 18d4cb9

Browse files
committed
Update airframe, airframe-codec, airspec to 2025.1.21
1 parent c640d70 commit 18d4cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtide.Keys.ideSkipProject
33
Global / onChangedBuildSource := ReloadOnSourceChanges
44

55
val SCALA_3 = "3.7.3"
6-
val AIRFRAME_VERSION = "2025.1.19"
6+
val AIRFRAME_VERSION = "2025.1.21"
77
val AWS_SDK_VERSION = "2.37.0"
88
val JS_JAVA_LOGGING_VERSION = "1.0.0"
99

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / libraryDependencySchemes ++=
66
"org.scala-lang.modules" %% "scala-parser-combinators" % "always"
77
)
88

9-
val AIRFRAME_VERSION = "2025.1.19"
9+
val AIRFRAME_VERSION = "2025.1.21"
1010

1111
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
1212
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)