Skip to content

Commit

Permalink
Merge pull request #91 from scala-steward/update/groovy-all-2.5.5
Browse files Browse the repository at this point in the history
Update groovy-all to 2.5.5
  • Loading branch information
balhoff authored Feb 4, 2019
2 parents 585534f + ea02bea commit 6863258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libraryDependencies ++= {
"commons-codec" % "commons-codec" % "1.11",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.codehaus.groovy" % "groovy-all" % "2.5.4",
"org.codehaus.groovy" % "groovy-all" % "2.5.5",
"org.scalatest" %% "scalatest" % "3.0.5" % Test
)
}

0 comments on commit 6863258

Please sign in to comment.