Skip to content

Commit

Permalink
Update LaikaSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Oct 22, 2024
1 parent 34a2965 commit b94994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LaikaSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object LaikaSettings {
if (canonical) v.setCanonical else v
}

val v02: Version = version("0.2", "Stable")
val v02: Version = version(LdbcVersions.v02, "Stable")
val current: Version = v02
val all: Seq[Version] = Seq(v02)

Expand Down

0 comments on commit b94994b

Please sign in to comment.