Skip to content

Commit

Permalink
enumeratum-slick 1.7.3 release (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta authored Mar 25, 2023
1 parent 7daa6f0 commit 8cce507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ lazy val enumeratumSlick =
.settings(commonWithPublishSettings)
.settings(testSettings)
.settings(
version := Versions.Core.head,
version := "1.7.4-SNAPSHOT",
crossScalaVersions := scalaVersionsAll.filter(_ != scala_2_11Version),
libraryDependencies ++= Seq(
("com.typesafe.slick" %% "slick" % "3.4.1").cross(CrossVersion.for3Use2_13),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
Expand Down

0 comments on commit 8cce507

Please sign in to comment.