Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update compilerplugins-bangnotation, ... to 1.0.0-RC22-41-7fd570b9
Browse files Browse the repository at this point in the history
scala-steward committed Mar 15, 2019
1 parent eb5110d commit 06d8af8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@ sbtPlugin := true

organization in ThisBuild := "com.thoughtworks.deeplearning"

libraryDependencies += "com.thoughtworks.dsl" %% "keywords-each" % "1.0.0-RC22"
libraryDependencies += "com.thoughtworks.dsl" %% "keywords-each" % "1.0.0-RC22-41-7fd570b9"

addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-bangnotation" % "1.0.0-RC22")
addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-bangnotation" % "1.0.0-RC22-41-7fd570b9")

addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "1.0.0-RC22")
addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "1.0.0-RC22-41-7fd570b9")

libraryDependencies += "org.scalameta" %% "scalameta" % "1.7.0"

0 comments on commit 06d8af8

Please sign in to comment.