Skip to content

Commit 3ffe59a

Browse files
jisantuchowardjohn
authored andcommitted
Bump typelevel libraries and add .gitignore (#2)
* Bump typelevel libraries and add .gitignore
1 parent ccda390 commit 3ffe59a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ lazy val root = project
1010
.settings(noPublishSettings)
1111
.aggregate(common, tests, http4s, akka, exampleHttp4s, exampleAkka)
1212

13-
lazy val CirceVersion = "0.9.0"
13+
lazy val CirceVersion = "0.10.0"
1414
lazy val ScalaTestVersion = "3.0.4"
15-
lazy val Http4sVersion = "0.18.10"
15+
lazy val Http4sVersion = "0.20.0-M2"
1616

1717
lazy val common = project
1818
.in(file("common"))

0 commit comments

Comments
 (0)