We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e4655 commit 351a52bCopy full SHA for 351a52b
build.sbt
@@ -10,7 +10,7 @@ lazy val commonSettings = Seq(
10
cancelable in Global := true,
11
scalaVersion := scalaVer,
12
crossScalaVersions := crossScalaVer,
13
- version := "0.0.13",
+ version := "0.0.14-RC1",
14
scalacOptions := Seq(
15
"-deprecation",
16
"-unchecked",
project/Dependencies.scala
@@ -4,7 +4,7 @@ object Dependencies {
4
5
val circeVer = "0.10.0"
6
val gtVer = "3.0.0-SNAPSHOT"
7
- val gtcVer = "0.5.0"
+ val gtcVer = "0.6.0-RC1"
8
val http4sVer = "0.19.0"
9
val scalaVer = "2.11.12"
val crossScalaVer = Seq(scalaVer, "2.12.7")
0 commit comments