Skip to content

Commit

Permalink
Bump pureharm to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Mar 19, 2021
1 parent bc0348d commit 30105a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ ThisBuild / versionIntroduced := Map(
ThisBuild / resolvers += Resolver.sonatypeRepo("releases")
ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")

val pureharmCoreV = "0.1.0-7bc6204" //https://github.com/busymachines/pureharm-core/releases
val pureharmEffectsV = "0.1.0-4946221" //https://github.com/busymachines/pureharm-effects-cats/releases
val pureharmDBCoreV = "0.1.0-ea46bd5" //https://github.com/busymachines/pureharm-db-core/releases
val pureharmCoreV = "0.1.0" //https://github.com/busymachines/pureharm-core/releases
val pureharmEffectsV = "0.1.0" //https://github.com/busymachines/pureharm-effects-cats/releases
val pureharmDBCoreV = "0.1.0" //https://github.com/busymachines/pureharm-db-core/releases

val attoV = "0.9.2" //https://github.com/tpolecat/atto/releases
val pgJDBCV = "42.2.19" //java — https://github.com/pgjdbc/pgjdbc/releases

//for testing
val pureharmTestkitV = "0.1.0-3697355" //https://github.com/busymachines/pureharm-testkit/releases
val pureharmTestkitV = "0.1.0" //https://github.com/busymachines/pureharm-testkit/releases
val log4catsV = "1.2.0" //https://github.com/typelevel/log4cats/releases
//=============================================================================
//============================== Project details ==============================
Expand Down

0 comments on commit 30105a3

Please sign in to comment.