Эх сурвалжийг харах

Updated the jquery version in the Gradle snippet.

Dave Syer pointed out that I missed the build.gradle snippet when changing the jquery version. This commit fixes that. Thanks, Dave.
Jay Bryant 5 жил өмнө
parent
commit
be9275f964
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      README.adoc

+ 1 - 1
README.adoc

@@ -116,7 +116,7 @@ implementation 'org.webjars:webjars-locator-core'
 implementation 'org.webjars:sockjs-client:1.0.2'
 implementation 'org.webjars:sockjs-client:1.0.2'
 implementation 'org.webjars:stomp-websocket:2.3.3'
 implementation 'org.webjars:stomp-websocket:2.3.3'
 implementation 'org.webjars:bootstrap:3.3.7'
 implementation 'org.webjars:bootstrap:3.3.7'
-implementation 'org.webjars:jquery:3.1.0'
+implementation 'org.webjars:jquery:3.1.1-1'
 ----
 ----
 ====
 ====