Skip to content

Commit

Permalink
Update geny from 1.1.0 to 1.1.1 (#279)
Browse files Browse the repository at this point in the history
Pull request: #279
  • Loading branch information
scala-steward authored Jun 17, 2024
1 parent 17e73fd commit 0dbc51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val scalaVersions = Seq(
object Deps {
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.12"
val jna = ivy"net.java.dev.jna:jna:5.14.0"
val geny = ivy"com.lihaoyi::geny::1.1.0"
val geny = ivy"com.lihaoyi::geny::1.1.1"
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
val utest = ivy"com.lihaoyi::utest::0.8.3"
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
Expand Down

0 comments on commit 0dbc51a

Please sign in to comment.