Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 1462526

Browse files
authored
Merge pull request #47 from asicoe/update_scalatest_3_0_1
Updated scalatest to the latest release as the current one was kinda outdated
2 parents c31cd1a + a983e44 commit 1462526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.scalatest</groupId>
108108
<artifactId>scalatest_${scala.binary.version}</artifactId>
109-
<version>2.2.2</version>
109+
<version>3.0.1</version>
110110
<scope>compile</scope>
111111
</dependency>
112112
<dependency>

0 commit comments

Comments
 (0)