Skip to content

Commit

Permalink
Added locks
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Sep 1, 2018
1 parent 9c55e90 commit 0cd711f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lock.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// DON'T EDIT THIS FILE.
// This file is auto generated by sbt-lock 0.5.0.
// https://github.com/tkawachi/sbt-lock/
dependencyOverrides ++= Seq(

)
// LIBRARY_DEPENDENCIES_HASH 0c49882eadefd552f9cd81a0a2cfd8ee379ccb62
9 changes: 9 additions & 0 deletions modules/enumz/.js/lock.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// DON'T EDIT THIS FILE.
// This file is auto generated by sbt-lock 0.5.0.
// https://github.com/tkawachi/sbt-lock/
dependencyOverrides ++= Seq(
"com.beachape" % "enumeratum-macros_2.12" % "1.5.9",
"com.beachape" % "enumeratum_sjs0.6_2.12" % "1.5.13",
"org.scala-js" % "scalajs-library_2.12" % "0.6.24"
)
// LIBRARY_DEPENDENCIES_HASH cdc4f1092884ec1749a8c0ec0a149f0dacddc0bd
8 changes: 8 additions & 0 deletions modules/enumz/.jvm/lock.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// DON'T EDIT THIS FILE.
// This file is auto generated by sbt-lock 0.5.0.
// https://github.com/tkawachi/sbt-lock/
dependencyOverrides ++= Seq(
"com.beachape" % "enumeratum-macros_2.12" % "1.5.9",
"com.beachape" % "enumeratum_2.12" % "1.5.13"
)
// LIBRARY_DEPENDENCIES_HASH 87b7fb0dcf5a846eb489de852f520339cdd5ba90

0 comments on commit 0cd711f

Please sign in to comment.