Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Apr 9, 2020
1 parent 788620c commit ed02c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -14,7 +14,7 @@
lazy val root = (project in file("."))
.settings(
name := "iglu-scala-client",
version := "1.0.0",
version := "1.0.0-rc1",
description := "Scala client and resolver for Iglu schema repositories"
)
.settings(BuildSettings.buildSettings)
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -17,7 +17,7 @@ object Dependencies {
val validator = "1.0.28"
val slf4j = "1.7.26"
// Scala
val igluCore = "1.0.0"
val igluCore = "1.0.0-M2"
val cats = "2.1.1"
val circe = "0.13.0"
val lruMap = "0.3.0"
Expand Down

0 comments on commit ed02c10

Please sign in to comment.