We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a89955 commit aaeeb4cCopy full SHA for aaeeb4c
build.sbt
@@ -3,7 +3,7 @@ import sbtide.Keys.ideSkipProject
3
Global / onChangedBuildSource := ReloadOnSourceChanges
4
5
val SCALA_3 = "3.7.3"
6
-val AIRFRAME_VERSION = "2025.1.19"
+val AIRFRAME_VERSION = "2025.1.21"
7
val AWS_SDK_VERSION = "2.39.5"
8
val JS_JAVA_LOGGING_VERSION = "1.0.0"
9
project/plugin.sbt
@@ -6,7 +6,7 @@ ThisBuild / libraryDependencySchemes ++=
"org.scala-lang.modules" %% "scala-parser-combinators" % "always"
)
10
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
12
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
0 commit comments