Skip to content

Commit

Permalink
all deps upgrade to release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Mar 17, 2023
1 parent fe32883 commit 96be4ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ val toObfuscate: Configuration by configurations.creating {

val obfuscationLibs: Configuration by configurations.creating

val mixcrAlgoVersion = "4.2.0-78-ignore-non-productive-in-consensus"
val milibVersion = "2.3.0-24-fix_obfuscation"
val mitoolVersion = "1.6.0-57-main"
val repseqioVersion = "1.7.0-36-intersect-debug"
val mixcrAlgoVersion = "4.3.0"
val milibVersion = "2.4.0"
val mitoolVersion = "1.7.0"
val repseqioVersion = "1.8.0"

val picocliVersion = "4.6.3"
val jacksonBomVersion = "2.14.2"
Expand Down

0 comments on commit 96be4ef

Please sign in to comment.