Skip to content

Commit

Permalink
Match server dependency versions (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Feb 27, 2024
1 parent 2ca4cee commit 84089ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions standalone/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
artifactory_contextUrl=https://labkey.jfrog.io/artifactory

# Exact version will vary based on the target LabKey version
gradlePluginsVersion=2.2.2
gradlePluginsVersion=2.3.0

# versions of artifacts required as dependencies
#uncomment the version number and set to the desired labkeyVersion
#labkeyVersion=24.3-SNAPSHOT
labkeyClientApiVersion=6.0.0
labkeyClientApiVersion=6.1.0

# used by the LabKey JSP Gradle plugin for declaring dependencies
apacheTomcatVersion=10.1.18
apacheTomcatVersion=10.1.19
servletApiVersion=6.0.0

# Not actually used... just an example to show how to declare an external dependency in the build file
Expand Down

0 comments on commit 84089ff

Please sign in to comment.