File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
presentation-compiler/test/dotty/tools/pc/tests/completion Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,20 +60,20 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
6060  @ Ignore 
6161  @ Test  def  `version`  = 
6262    check(
63-       """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 @@"
63+       """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 @@"
6464         |package A 
6565         |"""  .stripMargin,
66-       " 0.14.1 " 
66+       " 0.14.10 " 
6767    )
6868
6969  //  We don't to add `::` before version if `sjs1` is specified
7070  @ Ignore 
7171  @ Test  def  `version-edit`  = 
7272    checkEdit(
73-       """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 @@"
73+       """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 @@"
7474         |package A 
7575         |"""  .stripMargin,
76-       """ |//> using lib "io.circe::circe-core_sjs1:0.14.1 "
76+       """ |//> using lib "io.circe::circe-core_sjs1:0.14.10 "
7777         |package A 
7878         |"""  .stripMargin,
7979    )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments