Skip to content

Commit

Permalink
Merge pull request #12 from scala-steward/update/oshi-core-4.2.1
Browse files Browse the repository at this point in the history
Update oshi-core to 4.2.1
  • Loading branch information
mbuzdalov authored Nov 15, 2019
2 parents 8dfac79 + 128ccbc commit 53fbc53
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 @@ -7,7 +7,7 @@ lazy val commonSettings = Seq(
)

lazy val junitInterface = "com.novocode" % "junit-interface" % "0.11" % "test"
lazy val osHardwareInformation = "com.github.oshi" % "oshi-core" % "4.2.0"
lazy val osHardwareInformation = "com.github.oshi" % "oshi-core" % "4.2.1"

lazy val root = project
.in(file("."))
Expand Down

0 comments on commit 53fbc53

Please sign in to comment.