Skip to content

Commit

Permalink
Update airframe-ulid to 24.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ThatScalaGuy committed Nov 30, 2024
1 parent 0368513 commit 7fe012a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import sbt._

object Dependencies {
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
lazy val airframeUlid = "org.wvlet.airframe" %% "airframe-ulid" % "24.9.3"
lazy val airframeUlid = "org.wvlet.airframe" %% "airframe-ulid" % "24.10.0"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
}

0 comments on commit 7fe012a

Please sign in to comment.