Skip to content

Commit

Permalink
Update libats, libats-http, ... to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 6, 2023
1 parent 2e36705 commit 7d29ffb
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 @@ -59,7 +59,7 @@ lazy val commonSettings = Seq(
Compile / console / scalacOptions ~= (_.filterNot(_ == "-Ywarn-unused-import")),
resolvers += "sonatype-snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots",
resolvers += "sonatype-releases" at "https://s01.oss.sonatype.org/content/repositories/releases",
libatsVersion := "2.3.1",
libatsVersion := "2.4.0",
licenses += ("MPL-2.0", url("http://mozilla.org/MPL/2.0/")),
description := "scala tuf implementation support",
buildInfoOptions += BuildInfoOption.ToMap,
Expand Down

0 comments on commit 7d29ffb

Please sign in to comment.