Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fommil committed Jul 8, 2018
1 parent 1278b2c commit 99a9f1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version := "1.0.0"

scalaVersion in ThisBuild := "2.12.6"

val derivingVersion = "1.0.0-RC1"

/* Settings common to each sub project */
val common = Seq(
scalacOptions ++= Seq(
Expand All @@ -20,17 +22,17 @@ val common = Seq(
resolvers += Resolver.sonatypeRepo("snapshots"),

addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full),
addCompilerPlugin("com.fommil" %% "deriving-plugin" % "0.13.1"),
addCompilerPlugin("com.fommil" %% "deriving-plugin" % derivingVersion),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.2.4"),

libraryDependencies ++= Seq(
"com.fommil" %% "deriving-macro" % "0.13.1",
"com.fommil" %% "scalaz-deriving" % "0.13.1",
"com.fommil" %% "deriving-macro" % derivingVersion,
"com.fommil" %% "scalaz-deriving" % derivingVersion,
"org.typelevel" %% "cats-core" % "1.1.0",
"org.typelevel" %% "cats-effect" % "1.0.0-RC2",
"org.typelevel" %% "kittens" % "1.0.0",
"org.scalaz" %% "scalaz-core" % "7.2.24",
"org.scalaz" %% "scalaz-ioeffect" % "2.3.0"
"org.scalaz" %% "scalaz-core" % "7.2.25",
"org.scalaz" %% "scalaz-ioeffect" % "2.10.1"
)
)

Expand Down
2 changes: 1 addition & 1 deletion scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.4
sbt.version=1.1.6

0 comments on commit 99a9f1d

Please sign in to comment.