Skip to content

Commit

Permalink
Update coursier to 2.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Dec 27, 2024
1 parent 876f804 commit 467017a
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 @@ -5,7 +5,7 @@ scalaVersion := "2.13.15"
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-freespec" % "3.2.19" % Test,
"com.typesafe" %% "mima-core" % "1.1.4",
"io.get-coursier" %% "coursier" % "2.1.22"
"io.get-coursier" %% "coursier" % "2.1.23"
)

organization := "com.github.xuwei-k"
Expand Down

0 comments on commit 467017a

Please sign in to comment.