Skip to content

Commit

Permalink
Update jdbc-scala to 1.2.4 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 28, 2023
1 parent 9591eb2 commit 31b0d0f
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 @@ -23,7 +23,7 @@ val specs2Test = Seq(
).map("org.specs2" %% _ % "4.10.6" % Test cross (CrossVersion.for3Use2_13))
.map(_.exclude("org.scala-lang.modules", "*"))

lazy val acolyteVersion = "1.2.2"
lazy val acolyteVersion = "1.2.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 31b0d0f

Please sign in to comment.