Skip to content

Commit

Permalink
Scalameta: update to v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Jan 18, 2023
1 parent 15e81f1 commit 1c67655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._

object Dependencies {
val metaconfigV = "0.11.1"
val scalametaV = "4.7.1"
val scalametaV = "4.7.2"
val scalacheckV = "1.17.0"
val coursier = "1.0.3"
val munitV = "0.7.29"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val extractor: (e: Entry) => e.Key = extractKey
<<< simple dependent function term
type T =
(e: Entry)
=> e.Key
=> e.Key
>>>
type T =
(e: Entry) => e.Key
Expand Down

0 comments on commit 1c67655

Please sign in to comment.