Skip to content

Commit

Permalink
fix odb lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Oct 30, 2024
1 parent 6e2b782 commit 26fcb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val Versions = new { // sbt doesn't like object definitions in build.sbt
val fs2 = "3.11.0"
val kittens = "3.4.0"
val lucumaCore = "0.107.0"
val lucumaODBSchema = "0.16-0dffbc1-SNAPSHOT"
val lucumaODBSchema = "0.16.0"
val munit = "1.0.2"
val munitCatsEffect = "2.0.0"
}
Expand Down

0 comments on commit 26fcb49

Please sign in to comment.