Skip to content

Commit f39dc7b

Browse files
author
Merlin Rabens
committed
#2309 Bump up weaver-framework version
Signed-off-by: Merlin Rabens <merlin.rabens@intenthq.com>
1 parent 1325fcd commit f39dc7b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

build.sbt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,19 @@ ThisBuild / scalaVersion := "2.13.3"
1111
lazy val root = (project in file("."))
1212
.settings(
1313
name := "hybrid-processor-integrations",
14-
1514
Compile / packageDoc / mappings := Seq(),
1615
Compile / packageSrc / mappings := Seq(),
17-
1816
testFrameworks += new TestFramework("weaver.framework.TestFramework"),
19-
2017
scalafmtOnCompile := true,
21-
2218
libraryDependencies ++= Seq(
2319
"co.fs2" %% "fs2-core" % "2.4.4",
2420
"com.propensive" %% "magnolia" % "0.17.0",
2521
"de.siegmar" % "fastcsv" % "1.0.3",
2622
"org.mapdb" % "mapdb" % "3.0.8",
2723
"org.tpolecat" %% "doobie-core" % "0.9.0",
2824
"org.tpolecat" %% "doobie-hikari" % "0.9.0",
29-
"com.disneystreaming" %% "weaver-framework" % "0.4.3" % "test",
25+
"com.disneystreaming" %% "weaver-framework" % "0.5.0" % "test",
3026
"com.disneystreaming" %% "weaver-scalacheck" % "0.4.3" % "test",
31-
"org.tpolecat" %% "doobie-h2" % "0.9.0" % "test",
27+
"org.tpolecat" %% "doobie-h2" % "0.9.0" % "test"
3228
)
3329
)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package com.intenthq.hybrid.integrations
2+
3+
class CsvSource {}

src/test/resources/rows.csv

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package com.intenthq.hybrid.integrations
2+
3+
object CsvFeedSpec {}

0 commit comments

Comments
 (0)