Skip to content

Commit

Permalink
Nuprocess downgrade (#463)
Browse files Browse the repository at this point in the history
* Revert "Update nuprocess to 1.2.4 (#446)"

* [scala-steward] Ignore nuprocess
  • Loading branch information
vguerci authored and bubblesly committed Sep 6, 2019
1 parent f3a31a5 commit 18e0e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ updates.ignore = [
{ groupId = "io.circe" },
{ groupId = "org.tpolecat" },
{ groupId = "com.github.alonsodomin.cron4s" },
{ groupId = "com.criteo.lolhttp", version="10.0.0" }
{ groupId = "com.criteo.lolhttp", version="10.0.0" },
{ groupId = "com.zaxxer" }
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ lazy val cuttle =
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.typelevel" %% "cats-core" % catsCore,
"codes.reactive" %% "scala-time" % "0.4.2",
"com.zaxxer" % "nuprocess" % "1.2.4",
"com.zaxxer" % "nuprocess" % "1.1.3",
"mysql" % "mysql-connector-java" % "8.0.17"
),
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 18e0e1a

Please sign in to comment.