Skip to content

Commit

Permalink
build: move protelis to the catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jan 4, 2023
1 parent df2a135 commit d9f1744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
}

dependencies {
implementation("org.protelis:protelis:16.4.0")
implementation(rootProject.libs.protelis)
}

tasks.withType<Test>().configureEach { useJUnitPlatform() }
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.
mockk = "io.mockk:mockk:1.13.3"
moquette-broker = "de.fraunhofer.iosb.io.moquette:moquette-broker:0.15.1"
paho = "org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5"
protelis = "org.protelis:protelis:16.4.0"
spotbugs-annotations = "com.github.spotbugs:spotbugs-annotations:4.7.3"

[bundles]
Expand Down

0 comments on commit d9f1744

Please sign in to comment.