diff --git a/build.sbt b/build.sbt index 55e3257..e2c35c9 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val scala2 = project "org.postgresql" % "postgresql" % "42.7.4", "org.reactivemongo" %% "reactivemongo" % "1.0.10", "com.dimafeng" %% "testcontainers-scala-mongodb" % testContainersVersion % Test, - "org.wvlet.airframe" %% "airframe-ulid" % "24.9.3", + "org.wvlet.airframe" %% "airframe-ulid" % "24.10.0", "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test, "com.lihaoyi" %% "fansi" % "0.5.0" )