Skip to content

Commit

Permalink
0.6.0: version bumps
Browse files Browse the repository at this point in the history
Cat 1.4.0, cats-effect 1.0.0
  • Loading branch information
nafg committed Nov 27, 2018
1 parent e421ab5 commit 0ba775a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ lazy val core = project
.settings(
name := "simpleivr-core",
libraryDependencies ++= Seq(
"com.lihaoyi" %% "sourcecode" % "0.1.4",
"org.typelevel" %% "cats-free" % "1.2.0",
"org.typelevel" %% "cats-effect" % "0.10.1",
"com.lihaoyi" %% "sourcecode" % "0.1.5",
"org.typelevel" %% "cats-free" % "1.4.0",
"org.typelevel" %% "cats-effect" % "1.0.0",
ScalaTest % Test
)
)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.0
sbt.version=1.2.6
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.5.3"
ThisBuild / version := "0.6.0"

0 comments on commit 0ba775a

Please sign in to comment.