diff --git a/LICENSE.markdown b/LICENSE.markdown
--- a/LICENSE.markdown
+++ b/LICENSE.markdown
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2018 Taylor Fausak
+Copyright (c) 2020 Taylor Fausak
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: wuss
-version: 1.1.15
+version: 1.1.16
 
 category: Network
 description:
@@ -22,7 +22,7 @@
 synopsis: Secure WebSocket (WSS) clients
 
 dependencies:
-  base: '>= 4.9.0 && < 4.14'
+  base: '>= 4.9.0 && < 4.15'
   bytestring: '>= 0.10.8 && < 0.11'
   connection: '>= 0.2.6 && < 0.4'
   network: '>= 2.6.3 && < 2.9 || >= 3.0.0 && < 3.2'
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,1 +1,1 @@
-resolver: lts-13.0
+resolver: lts-15.4
diff --git a/wuss.cabal b/wuss.cabal
--- a/wuss.cabal
+++ b/wuss.cabal
@@ -1,13 +1,13 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.31.0.
+-- This file has been generated from package.yaml by hpack version 0.33.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: e4a6e0ce25c52b1e60db7f8ff7b1a32af99ad76d2d7b663149bc511a9561507d
+-- hash: 87c6b73c3d1616afe6e62d21efc6b4da44a6e9860346ff17ccab540e558bbf3d
 
 name:           wuss
-version:        1.1.15
+version:        1.1.16
 synopsis:       Secure WebSocket (WSS) clients
 description:    Wuss is a library that lets you easily create secure WebSocket clients over the WSS protocol. It is a small addition to <https://hackage.haskell.org/package/websockets the websockets package> and is adapted from existing solutions by <https://gist.github.com/jaspervdj/7198388 @jaspervdj>, <https://gist.github.com/mpickering/f1b7ba3190a4bb5884f3 @mpickering>, and <https://gist.github.com/elfenlaid/7b5c28065e67e4cf0767 @elfenlaid>.
 category:       Network
@@ -36,7 +36,7 @@
       library
   ghc-options: -Weverything -Wno-safe -Wno-unsafe
   build-depends:
-      base >=4.9.0 && <4.14
+      base >=4.9.0 && <4.15
     , bytestring >=0.10.8 && <0.11
     , connection >=0.2.6 && <0.4
     , network >=2.6.3 && <2.9 || >=3.0.0 && <3.2
