File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ lazy val enumeratumSlick =
689689 .settings(commonWithPublishSettings)
690690 .settings(testSettings)
691691 .settings(
692- version := Versions . Core .head ,
692+ version := " 1.7.4-SNAPSHOT " ,
693693 crossScalaVersions := scalaVersionsAll.filter(_ != scala_2_11Version),
694694 libraryDependencies ++= Seq (
695695 (" com.typesafe.slick" %% " slick" % " 3.4.1" ).cross(CrossVersion .for3Use2_13),
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
44addSbtPlugin(" com.typesafe.sbt" % " sbt-git" % " 1.0.0" )
55addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.3" )
66addSbtPlugin(" com.github.tkawachi" % " sbt-doctest" % " 0.10.0" )
7- addSbtPlugin(" com.jsuereth " % " sbt-pgp" % " 1.1.2 " )
7+ addSbtPlugin(" com.github.sbt " % " sbt-pgp" % " 2.2.1 " )
88addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
99
1010addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.1" )
You can’t perform that action at this time.
0 commit comments