mirror of https://github.com/sbt/sbt.git
Update argonaut-shapeless_6.2 to 1.2.0-M9 (#17)
This commit is contained in:
parent
eb06719939
commit
da203ab116
|
|
@ -11,7 +11,7 @@ plugins_(
|
|||
libs ++= Seq(
|
||||
"org.scala-sbt" %% "scripted-plugin" % sbtVersion.value,
|
||||
compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full), // for shapeless / auto type class derivations
|
||||
"com.github.alexarchambault" %% "argonaut-shapeless_6.2" % "1.2.0-M8"
|
||||
"com.github.alexarchambault" %% "argonaut-shapeless_6.2" % "1.2.0-M9"
|
||||
)
|
||||
|
||||
// required for just released things
|
||||
|
|
|
|||
Loading…
Reference in New Issue