Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.

Commit 6fda4fa

Browse files
committed
Updated cats and scalaz
1 parent d114ea3 commit 6fda4fa

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
@@ -17,11 +17,11 @@
1717
import scala.sys.process._
1818

1919
// version scheme described here: https://github.com/djspiewak/parseback/blob/30ee45e411a66297167a6e45e0e874fa23d8cc6d/project.sbt#L23-L53
20-
val BaseVersion = "1.1"
20+
val BaseVersion = "1.2"
2121
val ReleaseTag = """^v([\d\.]+)$""".r
2222

23-
val CatsVersion = "1.0.1"
24-
val ScalazVersion = "7.2.19"
23+
val CatsVersion = "1.1.0"
24+
val ScalazVersion = "7.2.20"
2525

2626
val Specs2Version = "4.0.3"
2727

project/build.properties

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

0 commit comments

Comments
 (0)