File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.19 and JUnit 4.13:
88SBT: 
99
1010``` 
11- libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.19.0 " % "test" 
11+ libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.19.1 " % "test" 
1212``` 
1313
1414Maven: 
1717<dependency> 
1818  <groupId>org.scalatestplus</groupId> 
1919  <artifactId>junit-4-13_3</artifactId> 
20-   <version>3.2.19.0 </version> 
20+   <version>3.2.19.1 </version> 
2121  <scope>test</scope> 
2222</dependency> 
2323``` 
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "junit-4.13"
55
66organization :=  " org.scalatestplus" 
77
8- version :=  " 3.2.19.0 " 
8+ version :=  " 3.2.19.1 " 
99
1010homepage :=  Some (url(" https://github.com/scalatest/scalatestplus-junit"  ))
1111
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments