Skip to content

Commit

Permalink
Update jdbc-scala to 1.1.1 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 15, 2022
1 parent d43183f commit 5d86df1
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 @@ -24,7 +24,7 @@ val specs2Test = Seq(
"specs2-junit"
).map("org.specs2" %% _ % "4.10.6" % Test)

lazy val acolyteVersion = "1.0.58"
lazy val acolyteVersion = "1.1.1"
lazy val acolyte = "org.eu.acolyte" %% "jdbc-scala" % acolyteVersion % Test

ThisBuild / resolvers ++= Seq(
Expand Down

0 comments on commit 5d86df1

Please sign in to comment.