File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ ThisBuild / versionIntroduced := Map(
84
84
ThisBuild / resolvers += Resolver .sonatypeRepo(" releases" )
85
85
ThisBuild / resolvers += Resolver .sonatypeRepo(" snapshots" )
86
86
87
- val pureharmCoreV = " 0.1.0-7bc6204 " // https://github.com/busymachines/pureharm-core/releases
88
- val pureharmEffectsV = " 0.1.0-4946221 " // https://github.com/busymachines/pureharm-effects-cats/releases
89
- val pureharmDBCoreV = " 0.1.0-ea46bd5 " // https://github.com/busymachines/pureharm-db-core/releases
90
- val pureharmDBFlywayV = " 0.1.0-b0b953e " // https://github.com/busymachines/pureharm-db-flyway/releases
87
+ val pureharmCoreV = " 0.1.0" // https://github.com/busymachines/pureharm-core/releases
88
+ val pureharmEffectsV = " 0.1.0" // https://github.com/busymachines/pureharm-effects-cats/releases
89
+ val pureharmDBCoreV = " 0.1.0" // https://github.com/busymachines/pureharm-db-core/releases
90
+ val pureharmDBFlywayV = " 0.1.0" // https://github.com/busymachines/pureharm-db-flyway/releases
91
91
92
92
// for testing
93
- val pureharmTestkitV = " 0.1.0-3697355 " // https://github.com/busymachines/pureharm-testkit/releases
93
+ val pureharmTestkitV = " 0.1.0" // https://github.com/busymachines/pureharm-testkit/releases
94
94
val log4catsV = " 1.2.0" // https://github.com/typelevel/log4cats/releases
95
95
// =============================================================================
96
96
// ============================== Project details ==============================
You can’t perform that action at this time.
0 commit comments