Skip to content

Commit

Permalink
Merge pull request #255 from tpolecat/update-deps
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
tpolecat authored Mar 31, 2021
2 parents 152d972 + 64fb10e commit bbe9250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Rob Norris
Copyright (c) Rob Norris 2013-2021

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import sbtcrossproject.{ crossProject, CrossType }

lazy val catsVersion = "2.4.2"
lazy val fs2CoreVersion = "2.5.3"
lazy val catsVersion = "2.5.0"
lazy val fs2CoreVersion = "2.5.4"
lazy val scalacheckVersion = "1.15.3"
lazy val kindProjectorVersion = "0.10.3"

lazy val scala212 = "2.12.12"
lazy val scala213 = "2.13.5"
lazy val scala30prev = "3.0.0-M3"
lazy val scala30 = "3.0.0-RC1"
lazy val scala30prev = "3.0.0-RC1"
lazy val scala30 = "3.0.0-RC2"

lazy val commonSettings = Seq(
organization := "org.tpolecat",
Expand Down Expand Up @@ -92,7 +92,7 @@ lazy val refined =
.settings(commonSettings)
.settings(
name := "atto-refined",
libraryDependencies += "eu.timepit" %%% "refined" % (if (scalaVersion.value == scala30prev) "0.9.20" else "0.9.22")
libraryDependencies += "eu.timepit" %%% "refined" % "0.9.22",
)

lazy val tests =
Expand Down

0 comments on commit bbe9250

Please sign in to comment.