Skip to content

Commit

Permalink
Upgrading to Koin 3.5.6 (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk committed Apr 15, 2024
1 parent 8d2ad81 commit 726b621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/server-app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ktor_version=2.3.10
koin_version=3.5.1
koin_test_version=3.5.4
koin_version=3.5.6
koin_test_version=3.5.6

opentelemetry_version=1.36.0
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ open class DatabaseRepositoryTestCase : KoinTest {
"test",
)

stopKoin()
startKoin {
modules(
createAppModule(
Expand Down

0 comments on commit 726b621

Please sign in to comment.