Skip to content

Commit 5644aa8

Browse files
KlausUngerrwinch
authored andcommitted
Update README.adoc
I've fixed only the typos in the Readme.md
1 parent fa16cc7 commit 5644aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ testImplementation ('org.springframework.experimental.boot:spring-boot-testjars:
3333
<dependency>
3434
<groupId>org.springframework.experimental.boot</groupId>
3535
<artifactId>spring-boot-testjars</artifactId>
36-
<scope>{TESTJARS_VERSION}</scope>
36+
<version>{TESTJARS_VERSION}</version>
3737
</dependency>
3838
----
3939

@@ -102,7 +102,7 @@ testImplementation ('org.springframework.experimental.boot:spring-boot-testjars:
102102
<groupId>org.springframework.experimental.boot</groupId>
103103
<artifactId>spring-boot-testjars</artifactId>
104104
<classifier>maven</classifier>
105-
<scope>{TESTJARS_VERSION}</scope>
105+
<version>{TESTJARS_VERSION}</version>
106106
</dependency>
107107
----
108108

0 commit comments

Comments
 (0)