Skip to content

Commit

Permalink
Update to EOCV-Sim 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Sep 22, 2024
1 parent f28bdc8 commit 0940443
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file.
4 changes: 2 additions & 2 deletions EOCVSimPlugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies {

implementation project(":LwjglPlatform")

// compileOnly 'com.github.deltacv.EOCV-Sim:EOCV-Sim:3.6.0'
compileOnly 'com.github.deltacv:EOCV-Sim:4.0.0-dev-240917-1612'
compileOnly 'com.github.deltacv.EOCV-Sim:EOCV-Sim:3.7.0' // jitpack
// compileOnly 'com.github.deltacv:EOCV-Sim:4.0.0-dev-240917-1612' // Maven local

compileOnly "io.github.spair:imgui-java-app:$imgui_version"

Expand Down
2 changes: 1 addition & 1 deletion EOCVSimPlugin/src/main/resources/plugin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PaperVision"
author = "deltacv"
version = "1.0.0"
api-version = "3.6.0"
api-version = "3.7.0"

super-access = true
super-access-reason = "PaperVision requires your permision to fully support all features related to rendering user interaction and filesystem access."
Expand Down

0 comments on commit 0940443

Please sign in to comment.