Skip to content

Commit

Permalink
Merge pull request #7 from ihmcrobotics/release/0.2.1
Browse files Browse the repository at this point in the history
Release/0.2.1
  • Loading branch information
rjgriffin42 authored Oct 30, 2024
2 parents 5bed959 + 8b8fb4c commit db37226
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Gradle test

on:
workflow_dispatch:
push:
branches:
- develop
pull_request:

permissions:
checks: write
contents: read

jobs:
gradle-test:
uses: ihmcrobotics/ihmc-actions/.github/workflows/gradle-test.yml@main
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

ihmc {
group = "us.ihmc"
version = "0.2.0"
version = "0.2.1"
vcsUrl = "https://github.com/ihmcrobotics/ihmc-messager"
openSource = true

Expand All @@ -16,7 +16,7 @@ ihmc {

mainDependencies {
api("net.sf.trove4j:trove4j:3.0.3")
api("us.ihmc:ihmc-commons:0.32.0")
api("us.ihmc:ihmc-commons:0.34.0")
api("us.ihmc:log-tools:0.6.3")
}

Expand All @@ -39,5 +39,5 @@ examplesDependencies {
testDependencies {
api(ihmc.sourceSetProject("kryo"))
api(ihmc.sourceSetProject("examples"))
api("us.ihmc:ihmc-commons-testing:0.32.0")
api("us.ihmc:ihmc-commons-testing:0.34.0")
}

0 comments on commit db37226

Please sign in to comment.