Skip to content

Commit

Permalink
Update jdbc-scala to 1.1.4 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 11, 2022
1 parent e67538e commit 25e1efb
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 @@ -22,7 +22,7 @@ val specs2Test = Seq(
"specs2-junit"
).map("org.specs2" %% _ % "4.10.6" % Test)

lazy val acolyteVersion = "1.1.3"
lazy val acolyteVersion = "1.1.4"
lazy val acolyte = "org.eu.acolyte" %% "jdbc-scala" % acolyteVersion % Test

ThisBuild / resolvers ++= Seq("Tatami Snapshots".at("https://raw.github.com/cchantep/tatami/master/snapshots"))
Expand Down

0 comments on commit 25e1efb

Please sign in to comment.