Skip to content

Commit

Permalink
Merge pull request #208 from JetBrains/odb-version-lock
Browse files Browse the repository at this point in the history
ODB version lock
  • Loading branch information
andrii0lomakin authored Oct 18, 2024
2 parents dff04d2 + cc1bfad commit 2ef2e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-store/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api(project(":xodus-openAPI"))
api("com.orientechnologies:orientdb-core:4.0.0-SNAPSHOT")
api("com.orientechnologies:orientdb-core:4.0.0-20241018.050240-139")

implementation(project(":xodus-utils"))
implementation(project(":xodus-environment"))
Expand Down

0 comments on commit 2ef2e9f

Please sign in to comment.