@@ -86,7 +86,7 @@ ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
86
86
87
87
// format: off
88
88
val pureharmCoreV = " 0.2.0" // https://github.com/busymachines/pureharm-core/releases
89
- val pureharmDBCoreV = " 0.3 .0" // https://github.com/busymachines/pureharm-db-core/releases
89
+ val pureharmDBCoreV = " 0.4 .0" // https://github.com/busymachines/pureharm-db-core/releases
90
90
val attoV = " 0.9.3" // https://github.com/tpolecat/atto/releases
91
91
val pgJDBCV = " 42.2.19" // java — https://github.com/pgjdbc/pgjdbc/releases
92
92
val pureharmTestkitV = " 0.3.0" // https://github.com/busymachines/pureharm-testkit/releases
@@ -111,14 +111,14 @@ lazy val `db-core-jdbc` = project
111
111
.settings(
112
112
name := " pureharm-db-core-jdbc" ,
113
113
libraryDependencies ++= Seq (
114
- " com.busymachines " %% " pureharm-core-anomaly " % pureharmCoreV withSources(),
115
- " com.busymachines " %% " pureharm-db-core " % pureharmDBCoreV withSources(),
116
- " org.tpolecat " %% " atto -core" % attoV withSources(),
117
-
118
- " org.postgresql " % " postgresql " % pgJDBCV withSources (),
119
-
120
- " com.busymachines " %% " pureharm-testkit " % pureharmTestkitV % Test withSources(),
121
- " org.typelevel " %% " log4cats-slf4j " % log4catsV % Test withSources(),
114
+ // format: off
115
+ " org.postgresql " % " postgresql " % pgJDBCV withSources(),
116
+ " com.busymachines " %% " pureharm -core-anomaly " % pureharmCoreV withSources(),
117
+ " com.busymachines " %% " pureharm-db-core " % pureharmDBCoreV withSources(),
118
+ " org.tpolecat " %% " atto-core " % attoV withSources (),
119
+ " com.busymachines " %% " pureharm-testkit " % pureharmTestkitV % Test withSources(),
120
+ " org.typelevel " %% " log4cats-slf4j " % log4catsV % Test withSources(),
121
+ // format: off
122
122
),
123
123
).settings(
124
124
javaOptions ++= Seq (" -source" , " 1.8" , " -target" , " 1.8" )
0 commit comments