Skip to content

Commit

Permalink
Bump scopt_2.13 from 4.0.1 to 4.1.0 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 4, 2022
1 parent d87a4fb commit d2254c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ dependencies {
/* config */
implementation 'com.typesafe:config:1.4.2'
implementation "com.github.carueda:tscfg_2.13:$tscfgVersion"
implementation "com.github.scopt:scopt_${scalaVersion}:4.0.1" // cmd args parser
implementation "com.github.scopt:scopt_${scalaVersion}:4.1.0" // cmd args parser

// JTS
implementation ("org.locationtech.jts:jts-core:${jtsVersion}"){
Expand Down

0 comments on commit d2254c1

Please sign in to comment.