Skip to content

Commit

Permalink
chore: update scala and compiler plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed Jul 9, 2019
1 parent d8a6b95 commit 2ff178a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions init_deps/build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

scalaVersion := "2.12.4"
scalaVersion := "2.12.8"

addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.patch)
addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.4")
addCompilerPlugin("io.tryp" % "splain" % "0.2.7" cross CrossVersion.patch)

libraryDependencies += "org.typelevel" %% "cats-core" % "1.0.1"
libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.3"
addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.10")
addCompilerPlugin("io.tryp" % "splain" % "0.4.1" cross CrossVersion.patch)
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.0")
2 changes: 1 addition & 1 deletion init_scala-2.12/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scalaVersion := "2.12.4"
scalaVersion := "2.12.8"

0 comments on commit 2ff178a

Please sign in to comment.