Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlazaro committed Apr 5, 2021
1 parent 103611a commit 1e64371
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions play25/play-sample/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ organization := "io.playmonad"

version := "0.1-SNAPSHOT"

resolvers += Resolver.sonatypeRepo("snapshot")

lazy val root = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.11.12"

libraryDependencies += filters
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "2.0.1" % Test

libraryDependencies += "dev.playmonad" %% "play25-monad" % "0.1.0"
libraryDependencies += "dev.playmonad" %% "play25-monad" % "0.1.2"

0 comments on commit 1e64371

Please sign in to comment.