Skip to content

Commit

Permalink
Add core BOM (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0tl3ss authored May 24, 2023
1 parent 8eacddf commit 2e615b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ spock = "2.3-groovy-4.0"
rxjava3-bridge = "3.0.2"

[libraries]
# Core
micronaut-core = { module = 'io.micronaut:micronaut-core-bom', version.ref = 'micronaut' }

managed-rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version.ref = "managed-rxjava3" }

micronaut-rxjava2 = { module = "io.micronaut.rxjava2:micronaut-rxjava2-bom", version.ref = "micronaut-rxjava2" }
Expand Down

0 comments on commit 2e615b7

Please sign in to comment.