Skip to content

Commit

Permalink
Merge branch 'develop' into TokenLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
bubblobill authored Dec 16, 2024
2 parents d4e5ed9 + ac3aaab commit e419c9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ javafx {
}

protobuf {
protoc { artifact = "com.google.protobuf:protoc:3.25.2" }
protoc { artifact = "com.google.protobuf:protoc:4.29.1" }
}

// Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.
Expand Down Expand Up @@ -394,15 +394,15 @@ dependencies {
implementation 'com.thoughtworks.xstream:xstream:1.4.20'

// themes
implementation 'com.formdev:flatlaf:3.4.1'
implementation 'com.formdev:flatlaf-intellij-themes:3.4.1'
implementation 'com.formdev:flatlaf-extras:3.4.1'
implementation 'com.formdev:flatlaf:3.5.4'
implementation 'com.formdev:flatlaf-intellij-themes:3.5.4'
implementation 'com.formdev:flatlaf-extras:3.5.4'
implementation 'com.github.weisj:jsvg:1.4.0'
implementation 'com.formdev:flatlaf-jide-oss:3.4.1'
implementation 'com.formdev:flatlaf-jide-oss:3.5.4'

// JS support for macros
implementation group: 'org.graalvm.js', name: 'js', version: '21.2.0'
implementation group: 'org.graalvm.js', name: 'js-scriptengine', version: '24.1.1'
implementation group: 'org.graalvm.js', name: 'js-scriptengine', version: '21.1.0'

implementation 'com.jayway.jsonpath:json-path:2.9.0'

Expand Down

0 comments on commit e419c9e

Please sign in to comment.