Skip to content

Commit

Permalink
remove snapshot repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Nov 8, 2023
1 parent f23f778 commit c00e7d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ group = "com.example"

repositories {
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
micronautVersion=3.10.1
micronautVersion=3.10.2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ group = "com.example"

repositories {
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}

dependencies {
Expand Down

0 comments on commit c00e7d3

Please sign in to comment.