Skip to content

Commit 799e6ef

Browse files
authored
Merge pull request #7 from keirlawson/bump_versions
Bump versions
2 parents a79eb98 + b049d8d commit 799e6ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ def dep(org: String)(version: String)(modules: String*) =
4747

4848
lazy val dependencies =
4949
libraryDependencies ++= Seq(
50-
"co.fs2" %% "fs2-core" % "0.10.0",
51-
"org.typelevel" %% "cats-core" % "1.0.1",
50+
"co.fs2" %% "fs2-core" % "0.10.3",
51+
"org.typelevel" %% "cats-core" % "1.1.0",
5252
"org.typelevel" %% "dogs-core" % "0.6.10",
53-
"org.typelevel" %% "cats-effect" % "0.8"
53+
"org.typelevel" %% "cats-effect" % "0.10"
5454
)
5555

5656
lazy val tests = {

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.13
1+
sbt.version=0.13.17

0 commit comments

Comments
 (0)