File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCh
1111
1212sourceDistName :=  " apache-pekko-connectors" 
1313sourceDistIncubating :=  false 
14- ThisBuild  /  resolvers +=  Resolver .ApacheMavenSnapshotsRepo 
1514
15+ ThisBuild  /  resolvers +=  Resolver .ApacheMavenSnapshotsRepo 
1616ThisBuild  /  reproducibleBuildsCheckResolver :=  Resolver .ApacheMavenStagingRepo 
1717
1818lazy  val  userProjects :  Seq [ProjectReference ] =  List [ProjectReference ](
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
2020object  PekkoCoreDependency  extends  PekkoDependency  {
2121  override  val  checkProject :  String  =  " pekko-cluster-sharding-typed" 
2222  override  val  module :  Option [String ] =  None 
23-   override  val  currentVersion :  String  =  " 1.1.5 " 
23+   override  val  currentVersion :  String  =  " 1.2.1 " 
2424}
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
2020object  PekkoHttpDependency  extends  PekkoDependency  {
2121  override  val  checkProject :  String  =  " pekko-http-testkit" 
2222  override  val  module :  Option [String ] =  Some (" http"  )
23-   override  val  currentVersion :  String  =  " 1.1 .0" 
23+   override  val  currentVersion :  String  =  " 1.3 .0" 
2424}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
2929addSbtPlugin(" com.github.sbt"   %  " sbt-unidoc"   %  " 0.6.0"  )
3030addSbtPlugin(" com.thoughtworks.sbt-api-mappings"   %  " sbt-api-mappings"   %  " 3.0.2"  )
3131//  Pekko gRPC -- sync with PekkoGrpcBinaryVersion in Dependencies.scala
32- addSbtPlugin(" org.apache.pekko"   %  " pekko-grpc-sbt-plugin"   %  " 1.1.1 "  )
32+ addSbtPlugin(" org.apache.pekko"   %  " pekko-grpc-sbt-plugin"   %  " 1.2.0 "  )
3333//  templating
3434addSbtPlugin(" com.github.sbt"   %  " sbt-boilerplate"   %  " 0.7.0"  )
3535//  Run JUnit 5 tests with sbt
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments