Skip to content

Commit

Permalink
Merge branch 'main' into command-based-transition
Browse files Browse the repository at this point in the history
  • Loading branch information
varun7654 committed Jan 8, 2024
2 parents ba33ef8 + b31280a commit 1645ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks.named('test') {
}


var wpilibVersion = "2023.4.3" // Ensure this in sync with the version in autobuilder-robot/build.gradle
var wpilibVersion = "2024.1.1" // Ensure this in sync with the version in autobuilder-robot/build.gradle

dependencies {
implementation group: 'org.ejml', name: 'ejml-all', version: '0.41'
Expand Down Expand Up @@ -82,5 +82,6 @@ dependencies {
implementation "space.earlygrey:shapedrawer:$shapedrawerVersion"

implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.6'
implementation 'org.ejml:ejml-all:0.43.1'

}

0 comments on commit 1645ee6

Please sign in to comment.