Skip to content

Commit

Permalink
Merge pull request #125 from vlovgr/enumeratum-1.5.13
Browse files Browse the repository at this point in the history
Update enumeratum to 1.5.13
  • Loading branch information
vlovgr authored Mar 26, 2018
2 parents c659747 + f5c55d3 commit 80b4bca
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 @@ -74,7 +74,7 @@ lazy val enumeratum =
crossProject(JSPlatform, JVMPlatform)
.in(file("modules/enumeratum"))
.settings(moduleName := "ciris-enumeratum", name := "Ciris enumeratum")
.settings(libraryDependencies += "com.beachape" %%% "enumeratum" % "1.5.12")
.settings(libraryDependencies += "com.beachape" %%% "enumeratum" % "1.5.13")
.settings(scalaSettings)
.settings(testSettings)
.jsSettings(jsModuleSettings)
Expand Down

0 comments on commit 80b4bca

Please sign in to comment.