소스 검색

Syncing the jquery version in the build with the one in the README

Dave Syer caught that I missed the one in the README. Thanks, Dave.
Jay Bryant 5 년 전
부모
커밋
16e83bd1d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.adoc

+ 1 - 1
README.adoc

@@ -93,7 +93,7 @@ need to add the following dependencies:
 <dependency>
   <groupId>org.webjars</groupId>
   <artifactId>jquery</artifactId>
-  <version>3.1.0</version>
+  <version>3.1.1-1</version>
 </dependency>
 ----
 ====