Skip to content

Commit

Permalink
Update meta-core to 0.7.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzov committed Sep 11, 2024
1 parent b4e214f commit 10f6787
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 @@ -48,7 +48,7 @@ lazy val netcdf = (project in file("netcdf"))
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
)

val metaCoreModule: ModuleID = "se.lu.nateko.cp" %% "meta-core" % "0.7.18"
val metaCoreModule: ModuleID = "se.lu.nateko.cp" %% "meta-core" % "0.7.19"

val osName: String = System.getProperty("os.name") match {
case name if name.startsWith("Linux") => "linux"
Expand Down

0 comments on commit 10f6787

Please sign in to comment.